Skip to main content

Crate hadris_optical

Crate hadris_optical 

Source
Expand description

Optical-media entry point for Hadris.

Concrete format crates remain directly accessible so callers do not lose format-specific functionality. Optical detection reports ISO 9660 and UDF independently because bridge images may validly contain both filesystems.

Re-exports§

pub use hadris_iso as iso;
pub use hadris_udf as udf;
pub use hadris_cd as cd;

Modules§

async
Asynchronous optical-image detection and opening.
detect
Non-destructive optical-filesystem detection.
sync
Synchronous optical-image detection and opening.

Enums§

Error
Error returned by category-level optical operations.
OpenPolicy
Policy used to choose one filesystem from an optical image.
OpticalFormat
Filesystem requested from an optical image.

Type Aliases§

Result
Result type for category-level optical operations.