Use cases
These guides start with an application task and identify the narrowest crate and feature set needed to complete it.
Discover and open storage
Read and modify formats
- Read files from a FAT image
- Modify a FAT filesystem safely
- Read ISO 9660 images
- Read and extract UDF
- Read and create CPIO archives
- Build a CPIO initramfs
Integrate with a platform
- Use Hadris without the standard library
- Use asynchronous I/O
- Adapt a custom device or firmware reader
Qualify output
Runnable application packages for FAT, partition, optical detection, and CPIO
workflows live in the repository's
examples/ directory.
Runnable ISO examples live in
crates/optical/hadris-iso/examples.