1// Enable no_std for the bindings module 2#![no_std] 3#![deny(warnings)] 4 5#[cfg(feature = "bindings")] 6pub mod bindings; 7 8#[cfg(feature = "masl-lib")] 9pub mod masl;