//! This module gathers together all the osom tools into a single
//! crate.
//!
//! This crate is `#![no_std]`. If, however, the `std`
//! feature is enabled, it will include code that
//! depends on the standard Rust library (e.g. the
//! standard allocator).
//!
//! Enable `serde` support by adding `serde` feature.
cratereexport!;
cratereexport_std!;