What is property-based testing? Two examples in Rust
This article will explore property-based tests and demonstrate their use in two of our open-source projects. First, let's explain what a property-based test (PBT) is: If a picture is worth a thousand words, a PBT is worth a thousand unit tests (although this is tunable, as we will see later)