rust-fatfs fork with rs-core_io as dependency instead. No support for chrono.
Go to file
Rafał Harabień c65d26bd2b Ignore LFN and fix handling of extension in filename.
Fixes fat12 and fat16 tests. Fat32 still doesnt work.
2017-09-23 21:29:11 +02:00
examples Add new test images and script for generating them - tests fail. 2017-09-23 21:24:34 +02:00
resources Add new test images and script for generating them - tests fail. 2017-09-23 21:24:34 +02:00
scripts Add new test images and script for generating them - tests fail. 2017-09-23 21:24:34 +02:00
src Ignore LFN and fix handling of extension in filename. 2017-09-23 21:29:11 +02:00
tests Add new test images and script for generating them - tests fail. 2017-09-23 21:24:34 +02:00
.gitignore Implemented reading FAT Boot Sector. 2017-09-22 02:13:29 +02:00
Cargo.lock Use typed attributes. 2017-09-22 23:36:44 +02:00
Cargo.toml Use typed attributes. 2017-09-22 23:36:44 +02:00
LICENSE.txt Add license and README. 2017-09-22 22:36:51 +02:00
README.md Add license and README. 2017-09-22 22:36:51 +02:00

Rust FAT

Introduction

FAT Filesystem library implemented in Rust. Supports FAT12, FAT16 and FAT32.

License

The MIT license. See LICENSE.txt.