Cargo Features
alphabet_detector has no features set by default.
[dependencies]
alphabet_detector = { version = "0.5.0", features = ["cli_alphabet_intersection", "compact_str", "files_read", "python", "test_chars"] }
- cli_alphabet_intersection = clap, files_read, threadpool
-
Required by the cli_alphabet_intersection binary
- compact_str
-
Enables compact_str
- files_read cli_alphabet_intersection?
-
Affects
alphabet_detector::reader
… - python = pyo3
- test_chars
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.
- clap cli_alphabet_intersection?
-
Enables clap
optional
- pyo3 python?
- threadpool cli_alphabet_intersection?