blob: ce2c0b2c847c43ebc41c3e79aab04b553b1d064e [file] [log] [blame]
//! This is mostly an internal module, no stability guarantees are provided. Use
//! at your own risk.
mod closures;
mod impls;
mod slices;
mod traits;
pub use self::impls::*;
pub use self::slices::WasmSlice;
pub use self::traits::*;