1#![no_std] 2 3//! Rust bindings for stivale boot protocol. 4//! 5//! For detailed documentation, visit [here](https://github.com/stivale/stivale/) 6 7#[cfg(feature = "v2")] 8pub mod v2;