fat32rs 0.0.1

Minimal FAT32 client written in #[no_std] Rust.
Documentation
1
2
3
4
#![no_std]

pub mod disk;
pub mod models;