forked from M-Labs/rust-fatfs
24 lines
449 B
Markdown
24 lines
449 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 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.
|
|
|
|
License
|
|
-------
|
|
The MIT license. See LICENSE.txt.
|