**R-unit** is a fast and easy-to-use library made in Rust, it's aim is to make testing simple and catch errors early.
If any of the functions fail it will panic with the build error.
Add the library
```bash
cargo add r_unit
```
All documentation is on https://docs.rs/r_unit/0.1.4/r_unit/