Rerun remote gRPC/protobuf API types
Code generation for Rerun's Protobuf and gRPC definitions.
A converter from proto files into quick-protobuf compatible Rust module
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.
Pure Rust protobuf toolkit (no protoc)
Core domain library for post-cortex: lock-free conversation memory, semantic search, knowledge graph, and storage backends. Transport-agnostic — no axum/tonic/rmcp.
Opinionated Rust microservice framework. Kubernetes-native, mesh-secured, MCP-by-default.
build.rs helper for tonin services. Wraps tonic-build with tonin conventions.
Client-side primitives shared between generated tonin service clients: AuthCtx, retry/circuit-breaker config, OTel propagation. Tiny dep tree — peer services depend on this without pulling in the server framework.
Core types for tonin: Service builder, Config, Context, Error, runtime.
Proc-macros for tonin: #[mcp_expose] auto-derives MCP tools from gRPC service implementations.