stivale_boot/
lib.rs

1#![no_std]
2
3#[cfg(feature = "helper-macros")]
4pub use stivale_proc::*;
5
6pub mod v1;
7pub mod v2;