Cargo Features

[dependencies]
circular-buffer = { version = "0.1.9", default-features = false, features = ["std", "alloc", "use_std", "unstable", "embedded-io", "embedded-io-async"] }
default = std

The std feature is set by default whenever circular-buffer is added without default-features = false somewhere in the dependency tree.

std default use_std? = alloc
alloc std
use_std = std

Deprecated in favor of std

unstable

Features from optional dependencies

embedded-io implicit feature

Enables embedded-io

embedded-io:

Embedded IO traits

embedded-io-async implicit feature

Enables embedded-io-async

embedded-io-async:

Async embedded IO traits