#![no_std]#![warn(missing_docs)]//! Because copy pasting the same thing into every new project is annoying
#[cfg(feature ="alloc")]externcrate alloc;#[cfg(feature ="alloc")]usealloc::{collections::BTreeMap,string::String,vec::Vec};#[cfg(feature ="cli")]pubmodcli;#[cfg(feature ="macros")]modmacros;