WARNING! This library is in [pre-alpha] state. Large parts of functionality is missing and API will undergo a lot of change.
A property based testing (PBT) tool like QuickCheck, ScalaCheck and other deriviatives thereof, for the Rust programming language.
```rust
fn testthatwillfaill() { monkeytest() .withgenerator(gen::u8::any()) .asserttrue(|x: u8| x < 15) } ```
For a deper introduction of property based testing and how to use this library, see the rustdoc documentation.
Monkey test uses the MIT license.