Cargo Features
[dependencies]
ringbuf-basedrop = { version = "0.1.1", default-features = false, features = ["std", "benchmark"] }
- default = std
-
The
std
feature is set by default wheneverringbuf-basedrop
is added without
somewhere in the dependency tree.default-features = false - std default
- benchmark
ringbuf-basedrop has 3 features without comments.