Structs§
- Chunk
- A chunk of bytecode representing a compiled program
- Function
- Function representation in bytecode
- Native
Function - Native (built-in) function representation
Enums§
- OpCode
- Operation codes for the bytecode interpreter
Traits§
- Read
- The
Read
trait allows for reading bytes from a source. - Write
- A trait for objects which are byte-oriented sinks.
Type Aliases§
- Native
Fn - Type for native function implementations