greenboot 0.0.1

A Rust library and CLI for boot-time health checks on bootc-based systems
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod greenboot;
pub mod grub;
pub mod handler;
pub mod mount;

// Re-export public API
pub use greenboot::*;
pub use grub::*;
pub use handler::*;
pub use mount::*;