rust-fatfs/README.md
2017-10-27 14:12:53 +02:00

750 B

Rust FAT

Travis Build Status MIT licensed crates.io Documentation

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.