[][src]Module cashweb_bitcoin::var_int

This module contains the VarInt struct which represents a variable-length integer. It enjoys Encodable and Decodable.

Structs

VarInt

Represents a variable-length integer.

Enums

DecodeError

Error associated with VarInt deserialization.