Expand description
Bitcoin compact size combinator composed of regular Vest combinators.
Structs§
- BtVarint
Cont - Continuation for parsing and serializing Bitcoin variable-length integers
- BtcVarint
- Combinator for parsing and serializing Bitcoin variable-length integers
- Pred
U16Le Fit - Predicate for checking if a u16 is greater than or equal to 0xFD
- Pred
U32Le Fit - Predicate for checking if a u32 is greater than or equal to 0x10000
- Pred
U64Le Fit - Predicate for checking if a u64 is greater than or equal to 0x100000000
- VarInt
Mapper - Mapper for converting between Bitcoin variable-length integers and their internal representations
Enums§
- VarInt
- Enum representing a Bitcoin variable-length integer