Expand description
This crate contains routines to read and write Gamecube ISO internal headers.
This has a companion cli application crate that will read an ISO file and print out its information.
Re-exports§
pub use crate::banner::Banner;
pub use crate::disk::Disk;
pub use crate::disk::FSTRead;
pub use crate::disk::Header;
pub use crate::disk::HeaderRead;
pub use crate::error::Error;