Published onDecember 20, 2024Using Criterion To Benchmark Rust CodeRustBenchmarkingCodeSoftwareDeveloper-toolingRust's ecosystem for benchmarking is robust. Here's a dive into using my personal favorite, criterion.rs.
Published onDecember 9, 2024What is cargo expand?RustRust-toolsDev-toolsDevelopmentDeveloper-toolingReveal Rust macros with cargo-expand—a tool to simplify debugging and understand macro expansions in your projects.