rust-fatfs/README.md

14 lines
301 B
Markdown
Raw Normal View History

2017-09-23 04:36:51 +08:00
Rust FAT
========
Introduction
------------
FAT filesystem library implemented in Rust.
Supports filesystem versions: FAT12, FAT16, FAT32. Library is read-only at this point but write support is planned. LFN (Long File Name) is not supported yet.
2017-09-23 04:36:51 +08:00
License
-------
The MIT license. See LICENSE.txt.