Cargo Features
ext-sort has no features set by default.
[dependencies]
ext-sort = { version = "0.1.4", features = ["memory-limit", "bytesize", "clap", "env_logger"] }
- memory-limit = deepsize
-
Affects
buffer::mem
…Required by the binary
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.
- bytesize implicit feature
-
Enables bytesize
bytesize:
an utility for human-readable bytes representations
Required by the binary
- clap implicit feature
-
Enables clap ^3.0.0
clap:
A simple to use, efficient, and full-featured Command Line Argument Parser
Required by the binary
- env_logger implicit feature
-
Enables env_logger ^0.9.0
env_logger:
A logging implementation for
log
which is configured via an environment variableRequired by the binary
- deepsize memory-limit?