| Crates.io | r_unit |
| lib.rs | r_unit |
| version | 0.1.8 |
| created_at | 2025-04-06 02:26:12.371368+00 |
| updated_at | 2025-04-09 08:58:57.994451+00 |
| description | A fast and easy-to-use unit testing library. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1622584 |
| size | 12,384 |
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.
r_unit was created and maintained by ItsElijahWood
Add the library
cargo add r_unit
or, add this to your Cargo.toml
r_unit = "0.1.8"
All documentation is on https://docs.rs/r_unit/0.1.8/r_unit/