forked from M-Labs/rust-fatfs
720 B
720 B
Rust FAT
Introduction
FAT filesystem library implemented in Rust.
Features:
- read file and directory,
- write file and 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.