1 2 3 4 5 6 7 8 9 10 11
#![doc = include_str!(concat!("../", env!("CARGO_PKG_README")))] #![no_std] #[macro_use] extern crate alloc; #[cfg(feature = "std")] extern crate std; pub mod hex; pub mod prettier;