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 whenever ringbuf-blocking is added without default-features = false somewhere in the dependency tree.

std default = alloc

Enables std of ringbuf

Affects alias::BlockingHeapRb, alias::BlockingStaticRb, rb::BlockingRb, sync::StdSemaphore

alloc std

Enables alloc of ringbuf

Affects alias::BlockingHeapRb, alias::BlockingStaticRb