Cargo Features
[dependencies]
skl = { version = "0.22.17", default-features = false, features = ["std", "alloc", "memmap", "tracing", "experimental"] }
- default = std
-
The
stdfeature is set by default wheneversklis added withoutsomewhere in the dependency tree.default-features = false - std default memmap?
-
Enables among, dbutils, either, rand ^0.9, and optional memchr, std of rarena-allocator ^0.5
Affects
skl::random_height,tests::big_value… - alloc
-
Enables rand ^0.9, alloc of dbutils, alloc of rarena-allocator ^0.5
- memmap = std
-
Enables memmap of rarena-allocator ^0.5
Affects
traits::Arena.path,traits::Arena.remove_on_drop,traits::Arena.flush,traits::Arena.flush_async… - tracing
-
Enables tracing, tracing of rarena-allocator ^0.5
- experimental = memchr
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.