Crate bin_utils

source ·

Macros

  • This macro allows turning enums into numbers and vice versa.

Enums

  • Relevant for parsing numbers.
  • A generic error encountered while parsing.

Traits

  • A trait for reading a non fixed amount of data.
  • A trait for reading a non fixed amount of data, with context.
  • A trait for reading data of fixed length.
  • A trait for reading data of fixed length, with context.
  • A trait indicating, that a type only has one fixed size.
  • A trait for writing data of variable length.
  • A trait for writing a capped amount of data.
  • A trait for writing a capped amount of data, with context.
  • A trait for writing data of variable length, with context.
  • A trait for writing data of fixed length.
  • A trait for writing data of fixed length, with context.