1
2
3
4
5
6
7
// Enable no_std for the bindings module
#![no_std]

#[cfg(feature = "bindings")]
pub mod bindings;
#[cfg(feature = "masl-lib")]
pub mod masl;