Cargo Features
[dependencies]
lmq = { version = "0.1.0-alpha.1", default-features = false, features = ["autodrop"] }
- default = autodrop
-
The
autodrop
feature is set by default wheneverlmq
is added without
somewhere in the dependency tree.default-features = false - autodrop default
-
Enables rand
lmq has 2 features without comments.