1#![doc = include_str!("../README.md")] 2 3pub(crate) mod fragile; 4mod shim; 5 6pub use shim::export;