Abstractions for stream aggregation, we call them `Indicator` s.
Indices provides macros and methods for safely retrieving multiple mutable elements from a mutable slice, addressing scenarios where slice elements would typically require `RefCell` or `Cell` (interior mutability approach).
A C preprocessor compliant with C23 standard implemented in Rust.
Call stack spoofing for Rust.
an audit tool to scan your crate or workspace searching for potential panic points in your codebase
an audit tool to scan your crate or workspace searching for potential panic points in your codebase
cargo-test-fuzz
To make fuzzing Rust easy
A small framework to separate logics and data accesses for Rust application.
Utility macros for skipping bounds checks via get_unchecked(..)
A secure, high-performance messaging protocol library
A highly parallel Perl 5 interpreter written in Rust