Crates.io | unit_test_utils |
lib.rs | unit_test_utils |
version | 0.1.3 |
source | src |
created_at | 2018-12-07 23:27:33.084729 |
updated_at | 2018-12-08 15:29:53.218832 |
description | Rust unilities for unit tests |
homepage | |
repository | |
max_upload_size | |
id | 100727 |
size | 15,995 |
Rust utilities for unit tests
This crate offers a number of functions which come very handy when writing unit tests involving floating-point numbers and arrays
To use the latest version in your code add the following line in Cargo.toml
[dependencies]
unit_test_utils = "*"
Useful links: