1 unstable release

Uses old Rust 2015

0.1.0 Dec 7, 2017
Download history 12/week @ 2023-08-08 15/week @ 2023-08-15 7/week @ 2023-08-22 8/week @ 2023-08-29 18/week @ 2023-09-05 9/week @ 2023-09-12 10/week @ 2023-09-19 14/week @ 2023-09-26 11/week @ 2023-10-03 10/week @ 2023-10-10 13/week @ 2023-10-17 13/week @ 2023-10-24 16/week @ 2023-10-31 17/week @ 2023-11-07 11/week @ 2023-11-14 14/week @ 2023-11-21

60 downloads per month
Used in 2 crates

MIT license

4KB
70 lines

Unit test

A small collection of unit test macros.


lib.rs:

Unit test macro collections.

Contains macros for asserting approximate equivalence for floating-point numbers, and for comparing whether or not two floating-point vectors (or any iterable) are approximately equivalent.

No runtime deps