forked from M-Labs/rust-fatfs
28 lines
587 B
Markdown
28 lines
587 B
Markdown
Rust FAT
|
|
========
|
|
|
|
[![Travis Build Status](https://travis-ci.org/rafalh/rust-fat.svg?branch=master)](https://travis-ci.org/rafalh/rust-fat)
|
|
|
|
Introduction
|
|
------------
|
|
|
|
FAT filesystem library implemented in Rust.
|
|
|
|
Features:
|
|
* FAT12, FAT16, FAT32 supported,
|
|
* read directory entries,
|
|
* read file contents,
|
|
* LFN (Long File Names),
|
|
* basic write support (write and truncate existing file).
|
|
|
|
Missing features (yet):
|
|
* create new file/directory,
|
|
* remove file/directory,
|
|
|
|
Other planned features (Nice to Have):
|
|
* no_std environment support.
|
|
|
|
License
|
|
-------
|
|
The MIT license. See LICENSE.txt.
|