Cargo Features
[dependencies]
highway = { version = "1.2.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverhighway
is added without
somewhere in the dependency tree.default-features = false - std default
highway has 2 features without comments.