vfat-rs 0.1.1

A no_std-compatible FAT32/VFAT filesystem implementation in Rust for custom kernels
Documentation
1
2
3
4
5
mod attributes;
mod entry_id;

pub use attributes::{Attributes, attribute};
pub use entry_id::EntryId;