Cargo Features
[dependencies]
circular-buffer = { version = "1.2.0", default-features = false, features = ["std", "alloc", "use_std", "unstable", "embedded-io", "embedded-io-async"] }
- default = std
-
The
stdfeature is set by default whenevercircular-bufferis added withoutsomewhere in the dependency tree.default-features = false - 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 ^0.6
embedded-io:
Embedded IO traits
- embedded-io-async implicit feature
-
Enables embedded-io-async ^0.6
embedded-io-async:
Async embedded IO traits