Cargo Features

embedrs-bytes has no features set by default.

[dependencies]
embedrs-bytes = { version = "0.4.6", features = ["std", "alloc", "nightly", "serde"] }
std = alloc, iovec

Affects buf::Buf.bytes_vec, buf_mut::BufMut.bytes_vec_mut

alloc nightly? std?

Affects buf::Buf.collect

nightly = alloc

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

Affects embedrs-bytes::serde

iovec std?