Cargo Features
[dependencies]
pipebuf = { version = "0.3.2", default-features = false, features = ["std", "alloc", "static"] }
- default = std
-
The
std
feature is set by default wheneverpipebuf
is added without
somewhere in the dependency tree.default-features = false - std default
- alloc
- static
PipeBuf has 4 features without comments.