forked from M-Labs/rust-fatfs
rust-fatfs fork with rs-core_io as dependency instead. No support for chrono.
88fd442dac
This way for example FatFile can implement Read trait. |
||
---|---|---|
examples | ||
resources | ||
src | ||
tests | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.txt | ||
README.md |
Rust FAT
Introduction
FAT Filesystem library implemented in Rust. Supports FAT12, FAT16 and FAT32.
License
The MIT license. See LICENSE.txt.