Cargo Features
[dependencies]
orderwal = { version = "0.5.1", default-features = false, features = ["std", "alloc", "memmap", "xxhash3", "xxhash64", "tracing"] }
- default = memmap
-
The
memmapfeature is set by default wheneverorderwalis added withoutsomewhere in the dependency tree.default-features = false - std memmap xxhash3? xxhash64?
-
Enables among, rarena-allocator ^0.4, crossbeam-skiplist-pr1132 ^0.1 and crossbeam-skiplist-mvcc ^0.2, std of bitflags, dbutils, std of skl ^0.19
Affects
memtable::linked,swmr::base.LinkedTable,swmr::base.DefaultTable,swmr::multiple_version.LinkedTable,swmr::multiple_version.DefaultTable… - alloc
-
Enables skl ^0.19, alloc of dbutils and rarena-allocator ^0.4
- memmap default = std
-
Enables memmap of rarena-allocator ^0.4 and skl ^0.19
Affects
error::UnknownKind,sealed::Wal.path,sealed::Wal.flush,sealed::Wal.flush_async,sealed::Constructable.replay,base::Reader.path,base::Writer.flush,base::Writer.flush_async,multiple_version::Reader.path,multiple_version::Writer.flush,multiple_version::Writer.flush_async… - xxhash3 = std
- xxhash64 = std
- tracing
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.