// Silence the noise in development!
// Docs and linting rules
// - Lint for missing docs
// #![cfg_attr(not(debug_assertions), deny(missing_docs))]
// #![doc = include_str!("../../../README.md")]
compile_error!;
pub use *;
// TODO -> Inline docs, setup getcodora, learn about action, update readme, changelog, otherstuff