Automated Cryptography Discovery & Inventory for PQC migration
A simple RFC 4180-compliant CSV reader and writer
A CSV linter that validates CSV files according to RFC 4180
A fast SIMD parser for CSV files as defined by RFC 4180, based on simdcsv (C++)
A Blazing-Fast Data-wrangling toolkit.
Analyze Claude Code token usage and costs from local conversation logs and statusline data (CLI & lib)
Spreadsheet previewer for AI agents covering xlsx/xls/xlsb/ods/csv. Installs the `wolfxl` binary with `peek` (styled previews), `map` (workbook overview), `agent` (token-budgeted briefing), and `schema` (per-column type/cardinality/format inference) subcommands.
Input inspection and output sanitization for JSON/JSONL, CSV, and TSV — guards against formula injection, bidi-override, control-character, and encoding attacks.
Scientific computing toolkit — mathematics, physics, chemistry, biology, astronomy, geology, meteorology.
Modern process monitoring with JSON, CSV, and human-readable output
CLI for arborist-metrics: cognitive/cyclomatic complexity and SLOC metrics
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.