rust-fatfs/README.md

22 lines
327 B
Markdown
Raw Normal View History

2017-09-23 04:36:51 +08:00
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.
2017-09-23 04:36:51 +08:00
License
-------
The MIT license. See LICENSE.txt.