Cargo Features
[dependencies]
ringbuf-blocking = { version = "0.1.0-rc.3", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverringbuf-blocking
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Affects
alias::BlockingHeapRb
,alias::BlockingStaticRb
,rb::BlockingRb
,sync::StdSemaphore
… - alloc std
-
Affects
alias::BlockingHeapRb
,alias::BlockingStaticRb
…