rust-fatfs fork with rs-core_io as dependency instead. No support for chrono.
Go to file
2017-09-24 14:34:23 +02:00
examples Add cat and ls examples. 2017-09-24 14:34:23 +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 Rename some functions based on std::fs module. 2017-09-24 14:34:07 +02:00
tests Rename some functions based on std::fs module. 2017-09-24 14:34:07 +02:00
.gitignore Implemented reading FAT Boot Sector. 2017-09-22 02:13:29 +02:00
Cargo.lock Rename crate to rfat. 2017-09-24 03:13:50 +02:00
Cargo.toml Rename crate to rfat. 2017-09-24 03:13:50 +02:00
LICENSE.txt Add license and README. 2017-09-22 22:36:51 +02:00
README.md Rename some functions based on std::fs module. 2017-09-24 14:34:07 +02:00

Rust FAT

Introduction

FAT filesystem library implemented in Rust.

Supports filesystem versions: FAT12, FAT16, FAT32. Library is read-only at this point but write support is planned. LFN (Long File Name) is not supported yet.

License

The MIT license. See LICENSE.txt.