Expand description
Block devices, partition tables, and FAT filesystems for the Hadris Rust storage stack.
This no_std-compatible facade groups format-neutral sector and block-device
interfaces, GPT and MBR partition tables, filesystem detection, and
FAT12/16/32 without hiding their concrete APIs.
Re-exports§
pub use hadris_storage as storage;pub use hadris_fat as fat;pub use hadris_part as part;
Modules§
- async
- Asynchronous detection and unified volume opening.
- detect
- Lightweight, non-destructive block-format detection. Lightweight block-format detection.
- partition
- Checked partition views for opening filesystems inside partitioned disks.
- sync
- Synchronous detection and unified volume opening.
Enums§
- Error
- Error returned by category-level block operations.
Type Aliases§
- Result
- Result type for category-level block operations.