Skip to main content

Crate libcdio_rs

Crate libcdio_rs 

Source
Expand description

§libcdio-rs

Safe wrapper and Rust port of GNU libcdio.

§SCSI MMC references

This library implements SCSI routines primarily based on MMC-6 rev.2g and SPC-3 rev.23.

§Changelog

See CHANGELOG.md

Re-exports§

pub use file_mode;iso9660 or udf
pub use time;iso9660 or udf

Modules§

drive
Routines related to CD/DVD drives.
iso9660iso9660
Routines related to the ISO 9660 filesystem.
mmcmmc
SCSI MMC (MultiMedia Commands) routines. Refer to README.md for the reference manuals of SPC and MMC used.
udfudf
UDF filesystem.

Structs§

Drive
An interface to a disc drive.
Isoiso9660
An ISO 9660 filesystem instance.
Mmcmmc
An interface for SCSI MMC commands.
Udfudf
A UDF filesystem instance.