1 2 3 4 5 6
// Enable no_std for the bindings module #![no_std] #![cfg_attr(target_family = "wasm", feature(linkage))] #![deny(warnings)] pub mod bindings;