acrostic/wire

Types

pub type WireType {
  VarInt
  I64
  Len
  I32
}

Constructors

  • VarInt
  • I64
  • Len
  • I32

Functions

pub fn from_int(n: Int) -> Result(WireType, String)
pub fn to_int(wire: WireType) -> Int
Search Document