Expand description
Parsers recognizing numbers, complete input 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 a big endian signed 16 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 a big endian unsigned 16 bytes integer.
- Recognizes floating point number in text format and returns a f64.
- Recognizes a 4 byte floating point number
- Recognizes an 8 byte floating point number
- Recognizes floating point number in text format and returns a f32.
- Recognizes a hex-encoded integer.
- Recognizes a signed 1 byte integer
- Recognizes a signed 2 byte integer
- Recognizes a signed 3 byte integer
- Recognizes a signed 4 byte integer
- Recognizes a signed 8 byte integer
- Recognizes a signed 16 byte 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 a little endian signed 16 bytes integer.
- Recognizes an unsigned 1 byte integer.
- Recognizes a little endian unsigned 2 bytes integer.
- Recognizes a little endian unsigned 3 byte integer.
- Recognizes a little endian unsigned 4 bytes integer.
- Recognizes a little endian unsigned 8 bytes integer.
- Recognizes a little endian unsigned 16 bytes integer.
- Recognizes floating point number in a byte string and returns the corresponding slice.
- Recognizes a floating point number in text format
- Recognizes an unsigned 1 byte integer
- Recognizes an unsigned 2 bytes integer
- Recognizes an unsigned 3 byte integer
- Recognizes an unsigned 4 byte integer
- Recognizes an unsigned 8 byte integer
- Recognizes an unsigned 16 byte integer