A highly parallel Perl 5 interpreter written in Rust
AI/Human task management system with file-based storage
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
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.
The program for benchmarking Minimal Perfect Hash Functions
Only the headers necessary for communicating with S3-like services. It's all you need.
Similar to the Path structure provided by python's pathlib, it provides various async/sync versions of file manipulation methods in addition to some of the std::Path built-in methods.
A scientific experiment into realistic provability with Rust - asymptotic test effectiveness framework
A versatile Rust crate for managing collections with dual functionalities: index-based and map-based data structures, supporting both dense and sparse implementations efficiently.
Secure key management for student data anonymization with encryption and database integration
ByteBox is a high-performance hash map implementation optimized for byte slices. It efficiently maps keys and values of type Vec<u8>, providing full ownership of the data. ByteBox uses a custom hash function with linked-list-based collision handling, ensuring low memory overhead and optimal performance.
A batteries-included client wrapper for DynamoDB