r_unit 0.1.7

A fast and easy-to-use unit testing library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# R-unit a unit testing library

**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 or return true or false.

## Installation

Add the library
```bash
   cargo add r_unit 
```

## Documentation

All documentation is on https://docs.rs/r_unit/0.1.7/r_unit/