Crate u64_array_bigints_macros
source ·Expand description
Note: this is all reexported from the main u64_array_bigints
crate
Macros
- Converts what is entered into it into a &str, which is entered into
U256::from_dec_or_hex_str
, the result of which is unwrapped at compile time to produce a constU256
.