Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
add crates.io version
Browse files Browse the repository at this point in the history
  • Loading branch information
Spxg authored Oct 16, 2020
1 parent 2fe239d commit 7bee568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# FAT32 FileSystem Library
[![crates.io version](https://img.shields.io/crates/v/fat32.svg)](https://crates.io/crates/fat32)

This is FAT32 FileSystem Library, which is `#![no_std]` and does not use `alloc`.

Expand Down Expand Up @@ -99,4 +100,4 @@ let mut file = root.open_file("test.txt").unwrap();
file.write(&[80; 1234]).unwrap();
```

If all goes well, the file was created with 1234 Bytes in root dir.
If all goes well, the file was created with 1234 Bytes in root dir.

0 comments on commit 7bee568

Please sign in to comment.