Skip to main content

Crate dictator_decree_abi

Crate dictator_decree_abi 

Source

Structs§

DecreeMetadata
Metadata for decree versioning and capabilities
Diagnostic
Span
Byte offsets into the source file (half-open range).

Enums§

Capability
Capability flags for decrees

Constants§

ABI_VERSION
ABI version for decree compatibility checking.
DECREE_FACTORY_EXPORT
Export name expected in decrees for the factory symbol.

Traits§

Decree
Trait all Dictator decrees must implement. Designed to be usable from WASM by exporting a thin C-ABI shim that instantiates a concrete implementor.

Type Aliases§

BoxDecree
Boxed decree for dynamic dispatch.
DecreeFactory
Function exported by WASM decrees to construct an instance.
Diagnostics