exFAT-fs
exFAT filesystem formatting in Rust.
Features
- exFAT formatting
no-stdsupport- reading
Usage
Formatting
use ;
use ;
let size: u64 = 32 * MB as u64;
let hello_label = new.unwrap;
let format_options = default
.pack_bitmap
.full_format
.dev_size
.label
.bytes_per_sector
.build
.unwrap;
let mut formatter = .unwrap;
let mut file = new;
formatter..unwrap;
Reading
use ;
use ;
let file = new.read.open.unwrap;
// Load root directory
let mut root = open.unwrap;
// Get contents of first element (file)
if let F = root.items
Acknowledgements
This crate was inspired by the following releated projects: