Crate barse

source ·
Expand description

Library for parsing binary data.

Modules

  • Attribute macros.
  • Implementations of [crate::FromByteReader][FromByteReader].
  • Prelude module with all traits in use by crate.
  • Implementations of [crate::ByteRead][ByteRead].
  • For some [crate::FromByteReaderWith][FromByteReaderWith] implementations an implementation that is generic over a trait may be desired, this might lead to collisions, to remedy this newtype wrappers are used.

Enums

  • Enum describing endianess.
  • Error type in use by crate.

Traits

Type Definitions

  • Result type in use by crate.

Derive Macros