rust-fatfs/README.md

28 lines
587 B
Markdown
Raw Normal View History

2017-09-23 04:36:51 +08:00
Rust FAT
========
2017-09-27 20:21:01 +08:00
[![Travis Build Status](https://travis-ci.org/rafalh/rust-fat.svg?branch=master)](https://travis-ci.org/rafalh/rust-fat)
2017-09-23 04:36:51 +08:00
Introduction
------------
2017-10-10 03:14:28 +08:00
FAT filesystem library implemented in Rust.
Features:
2017-10-10 03:14:28 +08:00
* FAT12, FAT16, FAT32 supported,
* read directory entries,
* read file contents,
* LFN (Long File Names),
* basic write support (write and truncate existing file).
2017-10-10 03:14:28 +08:00
Missing features (yet):
* create new file/directory,
* remove file/directory,
Other planned features (Nice to Have):
* no_std environment support.
2017-09-23 04:36:51 +08:00
License
-------
The MIT license. See LICENSE.txt.