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