forked from M-Labs/rust-fatfs
27 lines
750 B
Markdown
27 lines
750 B
Markdown
Rust FAT
|
|
========
|
|
|
|
[![Travis Build Status](https://travis-ci.org/rafalh/rust-fat.svg?branch=master)](https://travis-ci.org/rafalh/rust-fat)
|
|
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.txt)
|
|
[![crates.io](http://meritbadge.herokuapp.com/fatfs)](https://crates.io/crates/fatfs)
|
|
[![Documentation](https://docs.rs/fatfs/badge.svg)](https://docs.rs/fatfs)
|
|
|
|
Introduction
|
|
------------
|
|
|
|
FAT filesystem library implemented in Rust.
|
|
|
|
Features:
|
|
* read file or directory,
|
|
* write file or directory,
|
|
* create new file or directory,
|
|
* FAT12, FAT16, FAT32 compatibility,
|
|
* LFN (Long File Names) extension supported.
|
|
|
|
Planned features (Nice to Have):
|
|
* no_std environment support.
|
|
|
|
License
|
|
-------
|
|
The MIT license. See LICENSE.txt.
|