Cargo Features
fdb has no features set by default.
[dependencies]
fdb = { version = "0.3.1", features = ["fdb-6_3", "fdb-7_1"] }
-
fdb-6_3
-
Enables
fdb-6_3
of
fdb-gen and
fdb-sys
-
fdb-7_1
-
Enables
fdb-7_1
of
fdb-gen and
fdb-sys
Affects
future::FdbFutureKeyArray
,
future::FdbStreamMappedKeyValue
,
fdb::tenant
,
read_transaction::ReadTransaction.get_mapped_range
,
read_transaction::ReadTransaction.get_range_split_points
…