Property-Based Tests in Rust Find the Bugs Your Unit Tests Miss
Example-based testing only covers the inputs you thought of.
You wrote a function. You tested it with and . It passes. You ship it. A user passes a single-element slice. Your function drops it on the floor. They open an…