Streaming transcoding for encoding_rs
Space-efficient std::io::{Read, Write} wrappers for encoding_rs
A Gecko-oriented implementation of the Encoding Standard
A Gecko-oriented implementation of the Encoding Standard
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.
Random Linear Network Coding over GF(2^8), built on comp-cat-rs
Asynchronous file I/O for clojurust — tokio-backed reads/writes delivered over core.async channels
Helper crate used in code generated by bragi
Simple MLLP (Minimal Lower Layer Protocol) implementation.
Provides a convenient way to build `std::io::Read`ers and `std::io::Write`rs by chaining transformations
High-performance pure Rust cryptographic library with async streaming support
Text-oriented I/O traits and adapters for Rust