1
2
3
4
5
#![no_std]

pub mod funcs;
pub mod prelude;
pub use prelude::*;