#vec #unit #string #maintainer #its-elijah-wood

r_unit

A fast and easy-to-use unit testing library

8 releases

Uses new Rust 2024

0.1.8 Apr 9, 2025
0.1.7 Apr 8, 2025

#785 in Algorithms

Download history 82/week @ 2025-03-31 426/week @ 2025-04-07 18/week @ 2025-04-14 4/week @ 2025-04-21

530 downloads per month

MIT license

11KB
109 lines

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.

Maintainer

r_unit was created and maintained by ItsElijahWood

Installation

Add the library

   cargo add r_unit 

or, add this to your Cargo.toml

   r_unit = "0.1.8"

Documentation

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

No runtime deps