forked from M-Labs/rust-fatfs
rust-fatfs fork with rs-core_io as dependency instead. No support for chrono.
examples | ||
resources | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.txt | ||
README.md |
Rust FAT
Introduction
FAT filesystem read-only library implemented in Rust.
Features:
- FAT12, FAT16, FAT32 filesystem versions,
- read directory,
- read file,
- LFN (Long File Names).
Planned features:
- write support,
- no_std environment support.
License
The MIT license. See LICENSE.txt.