Cargo Features

monero-lmdb-rkv has no features set by default.

[dependencies]
monero-lmdb-rkv = { version = "0.1.0", features = ["with-asan", "with-fuzzer-no-link", "with-fuzzer"] }
with-asan

Enables with-asan of lmdb-rkv-sys

In order to ensure that we test lmdb-rkv in CI against the in-tree version of lmdb-rkv-sys, we specify the dependency as a path here.

But we can't publish the lmdb-rkv crate to crates.io with a path dependency,
so we have to temporarily change this to point to the current version of lmdb-rkv-sys on crates.io when publishing lmdb-rkv to that crate registry.

(See "Publishing to crates.io" in README.md for more information.)

Enables with-fuzzer-no-link of lmdb-rkv-sys

with-fuzzer

Enables with-fuzzer of lmdb-rkv-sys