rust-fatfs fork with rs-core_io as dependency instead. No support for chrono.
Go to file
2017-10-06 16:42:29 +02:00
examples Make chrono crate dependency optional. 2017-10-06 16:42:29 +02:00
resources Add LFN support and rename some functions. 2017-09-24 22:12:38 +02:00
scripts Add LFN support and rename some functions. 2017-09-24 22:12:38 +02:00
src Make chrono crate dependency optional. 2017-10-06 16:42:29 +02:00
tests Add FatDir::iter() method returning dir entries iterator. 2017-10-06 16:07:11 +02:00
.gitignore Implemented reading FAT Boot Sector. 2017-09-22 02:13:29 +02:00
.travis.yml Add Travis CI integration. 2017-09-27 14:21:01 +02:00
Cargo.lock Rename crate to rfat. 2017-09-24 03:13:50 +02:00
Cargo.toml Make chrono crate dependency optional. 2017-10-06 16:42:29 +02:00
LICENSE.txt Add license and README. 2017-09-22 22:36:51 +02:00
README.md Add Travis CI integration. 2017-09-27 14:21:01 +02:00

Rust FAT

Travis Build Status

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.