rust-fatfs fork with rs-core_io as dependency instead. No support for chrono.
Go to file
2017-10-07 17:02:22 +02:00
examples Fix warnings. 2017-10-07 16:45:11 +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 Fix warnings. 2017-10-07 16:45:11 +02:00
tests Add tests for open_dir with '.' and '..'. 2017-10-07 16:37:15 +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 fatfs and add more info to Cargo.toml. 2017-10-06 17:00:38 +02:00
Cargo.toml Exclude test images from packaged crate. 2017-10-07 17:02:22 +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.