Cargo Features
[dependencies]
rkv = { version = "0.19.0", default-features = false, features = ["lmdb", "db-dup-sort", "db-int-key", "no-canonicalize-path", "with-asan", "with-fuzzer-no-link", "with-fuzzer"] }
- default = db-dup-sort, db-int-key
-
These default features are set whenever
rkv
is added without
somewhere in the dependency tree.default-features = false - lmdb with-asan? with-fuzzer? with-fuzzer-no-link? = lmdb-rkv
-
Affects
rkv::migrator
…Required by dump and rand binaries
- db-dup-sort default
-
Affects
traits::BackendRwTransaction.del
,store::multi
,store::integermulti
… - db-int-key default
-
Affects
store::integer
,store::integermulti
… - no-canonicalize-path
- with-asan = lmdb
- with-fuzzer-no-link = lmdb
-
Enables with-fuzzer-no-link of lmdb-rkv
- with-fuzzer = lmdb
-
Enables with-fuzzer of lmdb-rkv
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.