futures_lite::future::block_on that can run without using thread-locals
std::io::std{in(), out(), err()} but async
Compatibility adapter between tokio and futures
A small and fast async runtime
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.
A thread pool for isolating blocking I/O in async programs
Browser-resident Gemma 4 inference: pure Rust → WebAssembly + WebGPU. Loads Ollama's on-disk GGUF blobs and runs the forward pass on the local GPU via hand-written WGSL.
Local LoRA fine-tuning for the rullama Rust runtime, built on rullama's wgpu kernels. Compiles for native and wasm32; browser harness lives in examples/web.
A thread unsafe runtime for thread unsafe people
Utility functions for bolt-load: HTTP header parsing, async readers, and tracing helpers
A simple asynchronous runtime for executing async coroutines.
A single-threaded-first async HTTP server