isobemak 0.2.2

Create bootable ISO images with FAT32 and UEFI (El Torito) support in Rust.
Documentation
1
2
3
4
5
6
7
// isobemak/src/iso/mod.rs
pub mod boot_catalog;
pub mod dir_record;
mod iso;
pub mod volume_descriptor;

pub use self::iso::create_iso_from_img;