Pure-Rust AAC-LC decoder and encoder for oxideav — ADTS framing, Huffman books 1-11, IMDCT, M/S stereo, TNS, PNS
Opus audio codec — orphan-rebuild scaffold pending clean-room re-implementation.
A tmux layout manager
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
Convert markdown text into Talmud-like PDFs
Lightning-fast image splitter.
A simple utility to vertically stack CSV files with partially matching column headers.
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 NSF (Nintendo Sound Format) player for oxideav — clean-room from nesdev.org wiki
A highly parallel Perl 5 interpreter written in Rust
Iceberg table-format integration for ematix-parquet sidecar indexes. Defines the extension fields appended to Iceberg `data_file` manifest entries (per-file sidecar path + per-index summaries) for file-level pruning before opening sidecars.
Async / object-store integration for ematix-parquet. Provides AsyncParquetFile on top of object_store::ObjectStore, plus async read façade entry points mirroring the sync crate's surface.
Have 4 connecting pieces to win!
This gem provides a framework that can be used to implement a bot for The AI Games' competition 'Four in a Row'. It handles the communication with the game engine, so that you can focus on your bot.