Crate espy_paws

Crate espy_paws 

Source

Re-exports§

pub use anyhow;

Macros§

extern_impl

Structs§

DebugInfoError
EnumType
The definition of an espy enum.
EnumVariant
An instance of an EnumType.
Error
Function
An function which is callable by espy or its host.
FunctionType
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.
StaticEnumVariant
A version of EnumVariant with a static lifetime.
StaticFunction
A version of Function with a static lifetime.
Tuple
This type is used to store anything shaped like an espy tuple.

Enums§

ComplexType
The type of any espy value.
ErrorKind
InvalidBytecode
Errors that may only be caused due to invalid bytecode.
StaticValue
A version of Value with a static lifetime.
Type
The type of a singular espy values.
Value
The root type of every espy value. All interoperation starts here.

Traits§

Extern
ExternFn
ExternFnOwned
ExternOwned