1 2 3 4 5 6 7
// ---------------- [ File: bitcoin-u160/src/lib.rs ] #![allow(non_camel_case_types)] #[macro_use] mod imports; use imports::*; x!{u160_int} x!{from_le_bytes}