Functionsยง
- do_
parse_ i16_ bits - Generates a bits parser reading a
i16
overn
bits. - do_
parse_ i32_ bits - Generates a bits parser reading a
i32
overn
bits. - do_
parse_ u16_ bits - Generates a bits parser reading a
u16
overn
bits. - do_
parse_ u32_ bits - Generates a bits parser reading a
u32
overn
bits. - parse_
be_ f16 - parse_
block_ c_ string - Parse a sequence of bytes up to the end of input or first nul-byte. If there is a nul-byte, it is consumed but not included in the result.
- parse_
bool_ bits - Parse the bit-encoded representation of a bool (1 bit)
- parse_
c_ string - Parse a null-terminated sequence of bytes. The nul-byte is consumed but not included in the result.
- parse_
color_ transform - parse_
color_ transform_ bits - parse_
color_ transform_ with_ alpha - parse_
color_ transform_ with_ alpha_ bits - parse_
fixed8_ p8_ bits - Parse the bit-encoded big-endian representation of a signed fixed-point 8.8-bit number
- parse_
fixed16_ p16_ bits - Parse the bit-encoded big-endian representation of a signed fixed-point 16.16-bit number
- parse_
i16_ bits - Parse the bit-encoded big-endian representation of a signed 16-bit integer
- parse_
i32_ bits - parse_
language_ code - parse_
le_ f16 - parse_
le_ fixed8_ p8 - Parse the little-endian representation of a signed fixed-point 8.8-bit number
- parse_
le_ fixed16_ p16 - Parse the little-endian representation of a signed fixed-point 16.16-bit number
- parse_
le_ ufixed8_ p8 - Parse the little-endian representation of an unsigned fixed-point 8.8-bit number
- parse_
leb128_ u32 - Parse the variable-length encoded little-endian representation of an unsigned 32-bit integer
- parse_
matrix - parse_
matrix_ bits - parse_
named_ id - parse_
rect - parse_
rect_ bits - parse_
s_ rgb8 - parse_
straight_ s_ rgba8 - parse_
u16_ bits - Parse the bit-encoded big-endian representation of an unsigned 16-bit integer
- parse_
u32_ bits - skip_
bits - Skip
n
bits