Module combine::parser::byte::num

source ·
Expand description

Parsers for decoding numbers in big-endian or little-endian order.

Functions§

  • Reads a i32 out of the byte stream with the specified endianess
  • Reads a i64 out of the byte stream with the specified endianess
  • Reads a i16 out of the byte stream with the specified endianess
  • Reads a i32 out of the byte stream with the specified endianess
  • Reads a i64 out of the byte stream with the specified endianess
  • Reads a u16 out of the byte stream with the specified endianess
  • Reads a u32 out of the byte stream with the specified endianess
  • Reads a u64 out of the byte stream with the specified endianess
  • Reads a i32 out of the byte stream with the specified endianess
  • Reads a i64 out of the byte stream with the specified endianess
  • Reads a i16 out of the byte stream with the specified endianess
  • Reads a i32 out of the byte stream with the specified endianess
  • Reads a i64 out of the byte stream with the specified endianess
  • Reads a u16 out of the byte stream with the specified endianess
  • Reads a u32 out of the byte stream with the specified endianess
  • Reads a u64 out of the byte stream with the specified endianess