Modules§
Macros§
- BITVEC_
LEN - debug
- define_
named_ enum - Define a “named” enum, i.e., each variant corresponds to a string literal, with a 1-1 mapping. You get EnumType::lookup_by_name and EnumType.get_name() for free.
- define_
u8_ enum - Define a “u8” enum
gives you a try_from(u8) -> Option
function - define_
versioned_ named_ enum - Define a “named” enum, i.e., each variant corresponds to a string literal, with a 1-1 mapping. You get EnumType::lookup_by_name and EnumType.get_name() for free.
- error
- fatal
- fmax
- fmin
- function_
name - guarded_
string - impl_
array_ hexstring_ fmt - impl_
array_ newtype - Borrowed from Andrew Poelstra’s rust-bitcoin
- impl_
byte_ array_ message_ codec - impl_
byte_ array_ newtype - impl_
byte_ array_ serde - impl_
index_ newtype - impl_
stacks_ message_ codec_ for_ int - info
- iterable_
enum - Define an iterable enum: an enum where each variant is an atomic type (i.e., has no paramters), and the variants can be iterated over with an Enum::ALL const
- test_
debug - trace
- warn