Declarative macro generating boilerplate for enum dispatch
An alternative to dynamic-dispatched method calls, without the need for object safety
Provides a declarative macro, that matches an expression to any of the patterns and executes the same expression arm for any match.
Type-safe, declarative dispatch maps for Rust configuration with automatic glue and zero boilerplate.
Type-safe, declarative dispatch maps for Rust configuration with automatic glue and zero boilerplate.
A highly parallel Perl 5 interpreter written in Rust
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
AXON v1.5.1 — first crates.io publication of the AXON language full-stack runtime. Lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the native Rust runtime: typed channels (TypedEventBus with QoS×5, π-calculus mobility, capability extrusion via shield D8 — Fase 13.f.2), Free Monad CPS handlers (Fase 2), lease kernel + reconcile loop (Fase 3+5), Epistemic Security Kernel (ESK Fase 6), Trust Types + ReplayLog (Fase 11.a+11.c), Stateful PEM over WebSocket (Fase 11.d), Ontological Tool Synthesis (Fase 11.e), Mobile Typed Channels (Fase 13). Crate publishes as `axon-lang` to mirror the Python PyPI package; library import remains `use axon::*` so existing call sites keep working unchanged.
Make enum conform to a given pattern
define_opcodes! proc-macro: emits the VM Op enum, sync/async dispatch, disassembly, and classification helpers from a single declarative table.
Dispatch-on-collect for Rust enums
Unified CLI for systemprompt.io AI governance: agent orchestration, MCP governance, analytics, profiles, cloud deploy, and self-hosted operations.