Expand description
The top level lib.rs for the Vermilion virtual machine.
Re-exports§
pub use object::VermilionObject;
Modules§
- instruction
- Exposes the instructions that are available to the virtual machine.
- object
- A module that provides support for the types defined in Vermilion 2021 R2.
Structs§
- Vermilion
Section - Virtual
Machine - A Vermilion 2021 R2 compliant virtual machine.
Enums§
- Vermilion
Symbol - A vermilion 2021 R2 compliant symbol.
Type Aliases§
- External
Function - A function used for external symbols.