Re-exports§
pub use anyhow;
Macros§
Structs§
- Debug
Info Error - Enum
Type - The definition of an espy enum.
- Enum
Variant - An instance of an
EnumType. - Error
- Function
- An function which is callable by espy or its host.
- Function
Type - The combined type of a
Function’s input and output. - Mut
- A mutable reference to an espy value.
- Program
- An espy program which has been loaded into memory and is ready to be executed.
- Static
Enum Variant - A version of
EnumVariantwith a static lifetime. - Static
Function - A version of
Functionwith a static lifetime. - Tuple
- This type is used to store anything shaped like an espy tuple.
Enums§
- Complex
Type - The type of any espy value.
- Error
Kind - Invalid
Bytecode - Errors that may only be caused due to invalid bytecode.
- Static
Value - A version of
Valuewith a static lifetime. - Type
- The type of a singular espy values.
- Value
- The root type of every espy value. All interoperation starts here.