A multi-platform serial monitor with user-extensible features
Lightweight, version-controlled data abstraction for persistent storage.
Distributed context propagation for Rust — scoped, type-safe, serializable
A test harness with runtime preconditions, per-test FD capture, and fixture injection
Concrete-struct dependency injection for Rust using function pointers instead of trait objects
Django-shaped batteries-included web framework for Rust: ORM + migrations + auto-admin + multi-tenancy + audit log + auth (sessions, JWT, OAuth2/OIDC, HMAC) + APIs (ViewSet, OpenAPI auto-derive, JSON:API) + jobs (in-mem + Postgres) + email + media (S3 / R2 / B2 / MinIO + presigned uploads + collections + tags) + production middleware (CSRF, CSP, rate-limiting, compression, idempotency, etc.).
Renderer-agnostic Rust core for baking, reading, validating IBL assets, and exporting KTX2.
A highly parallel Perl 5 interpreter written in Rust
AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
High-performance, schema-agnostic, backend-agnostic event bus
High-performance, schema-agnostic, backend-agnostic event bus
Automatic dcontext propagation through dactor actor messages