FTest - Very simple syntax sugar for test and benchmark
⚓ Rust 📅 2026-03-22 👤 surdeus 👁️ 4Hey, I built a super simple syntax sugar library for writing tests and benchmarks (using nightly features). The goal is cleaner syntax and less boilerplate (automatic use super::*, no more writing symbol #[test] or #[bench] on every single function). And it supports the unstable nightly benchmark features.
1 post - 1 participant
🏷️ Rust_feed