#vec #white-space #r-unit

r_unit

A fast and easy-to-use unit testing library

6 releases

Uses new Rust 2024

new 0.1.6 Apr 7, 2025
0.1.5 Apr 7, 2025

#988 in Algorithms

Download history 325/week @ 2025-04-01

334 downloads per month

MIT license

10KB
94 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.

Installation

Add the library

   cargo add r_unit 

Documentation

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

No runtime deps