1#![deny(clippy::unwrap_used)] 2#![cfg_attr(docsrs, feature(doc_auto_cfg))] 3mod amount; 4pub mod fixpoint; 5 6pub use amount::{Amount, AmountVar};