1
2
3
4
5
6
7
8
#![no_std]

//! Rust bindings for stivale boot protocol.
//!
//! For detailed documentation, visit [here](https://github.com/stivale/stivale/)

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