Expand description
Canonical validated and compiled backend plans.
This module is the internal/public bridge between wrapper AST specs
(RateBackend, CompressionBackend) and the compiled runtime plans used by
the generic Rust API.
Structs§
- Canonical
Bytes - Deterministic binary canonical code for a validated spec.
- Compiled
Compression Backend - Compiled immutable compression-backend runtime plan.
- Compiled
Rate Backend - Compiled immutable rate-backend runtime plan.
- Compression
Backend Capabilities - Shared capability metadata for compression backends.
- Rate
Backend Capabilities - Shared capability metadata for rate backends.
- Spec
Environment - Compilation environment for backend/spec validation and canonicalization.
- Validated
Compression Backend - Canonicalized and feature-validated compression backend wrapper.
- Validated
Rate Backend - Canonicalized and feature-validated rate backend wrapper.
Enums§
- Asset
Ref - Typed external asset reference captured by a validated/compiled spec.
- Method
Backend Family - Shared execution family for method-backed neural backends.
- Rate
Backend Trace Strategy - Trace-model execution strategy used by VM/AIXI adapters.