Cargo Features
[dependencies]
smallbigint = { version = "1.1.0", default-features = false, features = ["bench", "benchall", "unsafe-opt"] }
- default = unsafe-opt
-
The
unsafe-opt
feature is set by default wheneversmallbigint
is added without
somewhere in the dependency tree.default-features = false - bench
-
Enable this feature to be able to run the benchmark tests.
This flag might go away in the near future when benchmarks are available on cargo stable. - benchall
- unsafe-opt default
-
An optimization that's unsafe