Cargo Features
[dependencies]
check_keyword = { version = "0.4.1", default-features = false, features = ["2024", "2021", "2018"] }
- default = 2024
-
The
2024
feature is set by default whenevercheck_keyword
is added without
somewhere in the dependency tree.default-features = false - 2024 default = 2021
- 2021 2024 = 2018
- 2018 2021?
CheckKeyword has 4 features without comments.