cargo-image-runner 0.5.0

A generic, customizable runner for building and booting kernel/embedded images with Limine, GRUB, QEMU, and more
Documentation
1
2
3
4
5
6
7
//! Filesystem and hashing utility helpers.

pub mod fs;
pub mod hash;

pub use fs::ensure_dir_exists;
pub use hash::hash_file;