Cargo Features

[dependencies]
assertor = { version = "0.0.3", default-features = false, features = ["float", "testing", "anyhow"] }
default = float

The float feature is set by default whenever assertor is added without default-features = false somewhere in the dependency tree.

float default

Enables num-traits

Affects assertions::float

testing
anyhow

Enables anyhow

Affects assertions::anyhow