Crate fat32_raw

Crate fat32_raw 

Source
Expand description

FAT32-raw: A lightweight Rust library for working with FAT32 partitions and images

Re-exports§

pub use error::Fat32Error;
pub use error::Result;
pub use fat32::volume::Fat32Volume;
pub use fat32::Fat32FileEntry;
pub use fat32::Fat32Params;

Modules§

error
Error types for the fat32-raw library
fat32
platform
Platform-specific implementations