- Mastering Rust
- Rahul Sharma Vesa Kaihlavirta
- 39字
- 2025-04-04 14:58:55
Testing primitives
Rust's built-in testing framework is based on a bunch of primitives that are mainly composed of attributes and macros. Before we write any actual tests, it's important that we get familiar with how to use them effectively.