1
2
3
4
5
6
//! Rust bindings for stivale boot protocol.
//!
//! For detailed documentation, visit [here](https://github.com/stivale/stivale/)

#[cfg(feature = "v2")]
pub mod v2;