Module nom::number::streaming

source ·
Expand description

parsers recognizing numbers, streaming version

Functions§

  • Recognizes a big endian 4 bytes floating point number
  • Recognizes a big endian 8 bytes floating point number
  • Recognizes a signed 1 byte integer
  • Recognizes a big endian signed 2 bytes integer
  • Recognizes a big endian signed 3 bytes integer
  • Recognizes a big endian signed 4 bytes integer
  • Recognizes a big endian signed 8 bytes integer
  • Recognizes an unsigned 1 byte integer
  • Recognizes a big endian unsigned 2 bytes integer
  • Recognizes a big endian unsigned 3 byte integer
  • Recognizes a big endian unsigned 4 bytes integer
  • Recognizes a big endian unsigned 8 bytes integer
  • Recognizes floating point number in a byte string and returns a f64
  • Recognizes floating point number in a byte string and returns a f32
  • Recognizes a hex-encoded integer
  • Recognizes a little endian 4 bytes floating point number
  • Recognizes a little endian 8 bytes floating point number
  • Recognizes a signed 1 byte integer
  • Recognizes a little endian signed 2 bytes integer
  • Recognizes a little endian signed 3 bytes integer
  • Recognizes a little endian signed 4 bytes integer
  • Recognizes a little endian signed 8 bytes integer
  • Recognizes an unsigned 1 byte integer
  • Recognizes a little endian unsigned 2 bytes integer
  • Recognizes a little endian unsigned 3 bytes integer
  • Recognizes a little endian unsigned 4 bytes integer
  • Recognizes a little endian unsigned 8 bytes integer
  • Recognizes a floating point number in text format and returns the corresponding part of the input