Cargo Features

drawbridge-byte has no features set by default.

[dependencies]
drawbridge-byte = { version = "0.4.2", features = ["std", "alloc", "serde"] }
std

Enables std of optional serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

alloc

Enables alloc of optional serde

serde:

Provide impls for types in the Rust core allocation and collections library including String, Box<T>, Vec<T>, and Cow<T>. This is a subset of std but may be enabled without depending on all of std.

Features from optional dependencies

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework