Cargo Features
yasna has no features set by default.
[dependencies]
yasna = { version = "0.5.2", features = ["std", "bit-vec", "num-bigint", "time"] }
- std
Features from optional dependencies
- bit-vec implicit feature
-
Enables bit-vec ^0.6.1
bit-vec:
A vector of bits
- num-bigint implicit feature
-
Enables num-bigint
num-bigint:
Big integer implementation for Rust
- time implicit feature