// ---------------- [ File: bitcoin-bigint/src/lib.rs ]
#![allow(incomplete_features)]
#![feature(generic_const_exprs)]
#[macro_use] mod imports; use imports::*;
x!{add_assign}
x!{add_sub_mul_div}
x!{base_uint}
x!{bit_and}
x!{bit_or}
x!{bit_xor}
x!{div_assign}
x!{from_str}
x!{from_u64}
x!{get_hex}
x!{hex_to_val}
x!{mul_assign}
x!{neg_not}
x!{ord}
x!{set_hex}
x!{shl}
x!{shl_assign}
x!{shr}
x!{shr_assign}
x!{sub_assign}
x!{dump_bits}
x!{simple_lcg}
x!{impls}
x!{from_limbs}
x!{round_trip_hex}