Cargo Features
Arbi has no features set by default.
[dependencies]
arbi = { version = "0.6.1", features = ["std", "rand", "nightly"] }
- std
-
for std::error::Error implementations only
- rand
-
for random number generation
Enables rand ^0.8.5
- nightly
-
for nightly bench, dev only