Cargo Features
[dependencies]
air-interpreter-signatures = { version = "0.1.7", default-features = false, features = ["rand", "rkyv"] }
- default = rand
-
The
rand
feature is set by default wheneverair-interpreter-signatures
is added without
somewhere in the dependency tree.default-features = false - rand default
Features from optional dependencies
- rkyv implicit feature
-
Enables rkyv ^0.7.43
rkyv:
Zero-copy deserialization framework for Rust