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