Cargo Features
[dependencies]
ringbuf-blocking = { version = "0.1.0-rc.5", default-features = false, features = ["std", "alloc", "portable-atomic"] }
- 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
… - portable-atomic
-
Enables portable-atomic and portable-atomic-util, portable-atomic of ringbuf