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 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

portable-atomic

Enables portable-atomic and portable-atomic-util, portable-atomic of ringbuf