Available on crate feature
decode
only.Expand description
Decoding support for pulley bytecode.
Structs§
- A Pulley bytecode decoder.
- A 100% safe implementation of a bytecode stream.
- An
OpVisitor
combinator to sequence one visitor and then another. - An unsafe bytecode stream.
Enums§
- An error when decoding Pulley bytecode.
- An uninhabited type that cannot be constructed at runtime.
Traits§
- An abstraction over any kind of bytecode stream.
- Like
OpVisitor
but for extended operations. - Callbacks upon decoding instructions from bytecode.
Type Aliases§
- Either an
Ok(T)
or anErr(DecodingError)
.