Module reanim_decode::stream
source · Expand description
Binary streams for decoding .reanim.compiled files.
Structs§
- 32bit magic sequence.
- Trivial
NamedArgs::ArgsBuilder.
Enums§
- Decoding errors.
Traits§
- Common entry for decoding binary data.
- Convenience methods for
Decodewithout arguments. - Interface for named arguments in a
Decode. - Plain old data, with a constant size known in advance.
- Stream decoding API on top of
Read.