Cargo Features

mavspec_rust_spec has no features set by default.

[dependencies]
mavspec_rust_spec = { version = "0.3.3", features = ["unstable", "alloc", "std", "serde"] }

Features

unstable

Enables unstable API features.

alloc std?

Enables memory allocation support.

Enables alloc and std of serde, alloc of tbytes

std = alloc

Enables Rust std library.

Enables std of bitflags and tbytes

serde alloc?

Enables Serde support.

Enables serde, serde of bitflags

Features from optional dependencies

Dependencies