Published onJanuary 13, 2025A Little Example of Using Traits and StructsRustTraitsCodeSoftwareStructsSee Rust's trait and struct features work hand-in-hand by modeling the entire universe.
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.