[][src]Module koibumi_core::var_type

Variable length integer and related types used by the Bitmessage protocol.

Structs

VarInt

A variable length integer type used by the Bitmessage protocol.

VarIntList

A variable length list of integers used by the Bitmessage protocol.

VarStr

A variable length byte string type used by the Bitmessage protocol.

Enums

VarIntError

An error which can be returned when parsing a variable length integer.