Cargo Features
test_help-rs has no features set by default.
[dependencies]
test_help-rs = { version = "0.1.0", features = ["null-feature", "nan-equality"] }
Features
- null-feature
-
General features:
- "null-feature" - a feature that has no effect (and, thus, is useful for simplifying driver scripts); - nan-equality
-
Crate-specific features:
- "nan-equality" - allows two
f64::NAN
values to be evaluated to be equal for the purposes of passing the assertions. NOTE: this affects all stock comparisons of the crate, but does not affect custom implementations ofxxApproximateEqualityEvaluator
;
- "nan-equality" - allows two
Features from optional dependencies
Dependencies