Provides with_paths! macro, for joining paths ergonomically and without allocation.
Deterministic allocation-failure testing for Rust.
High-performance event/callback registry for Rust. Sync-first with optional async. Lock-free reads, zero-allocation hot path, sub-50ns notify target. Designed as the foundation primitive for portfolio crates needing fast in-process notification.
CLI linter and marker attributes for checking Monte Carlo simulation hot paths.
Proc-macro implementation details for mc-lint marker attributes.
Collection of algorithms and structures to handle paths properly.
Allocation profiling for Rust. Counters, peak resident, and call-site grouping with inline backtrace capture. Zero external dependencies in the hot path. Lean dhat replacement targeting MSRV 1.75.
Single-threaded async runtime built on io_uring with zero-allocation fast paths
Float Protocols - Ultra-lightweight async protocol translation bridge for dead zone communication systems
Production-grade bump allocator with lock-free, slab, and virtual-memory tooling for parsers, game engines, and request-scoped services
Arena-based memory allocator with per-thread caches and fixed size classes, designed for allocation-heavy workloads like ML inference and tensor pipelines
A genuinely better token bucket for Rust: lock-free, allocation-free acquire path, cache-aligned, overflow-safe, with a one-line Tier-1 API and a mockable clock for deterministic tests.