isobemak 0.2.4

Create bootable ISO images with FAT32 and UEFI (El Torito) support in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod boot_catalog;
pub mod boot_info;
pub mod builder;
pub mod builder_utils;
pub mod constants;
pub mod dir_record;
pub mod fs_node;
pub mod gpt; // Re-add this to make the gpt module accessible
pub mod iso_image;
pub mod iso_writer;
pub mod mbr;
pub mod volume_descriptor;