forked from M-Labs/rust-fatfs
rust-fatfs fork with rs-core_io as dependency instead. No support for chrono.
de9977e571
The same behavior exists (without logging) in BufWriter from std crate. It's not recommended to depend on flush during drop. Instead user should flush explicitly and check for error. |
||
---|---|---|
examples | ||
resources | ||
scripts | ||
src | ||
tests | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.txt | ||
README.md |
Rust FAT
Introduction
FAT filesystem library implemented in Rust.
Features:
- read file or directory,
- write file or directory,
- create new file or directory,
- FAT12, FAT16, FAT32 compatibility,
- LFN (Long File Names) extension supported.
Planned features (Nice to Have):
- no_std environment support.
License
The MIT license. See LICENSE.txt.