Cargo Features

v_frame has no features set by default.

[dependencies]
v_frame = { version = "0.3.8", features = ["serialize", "profiling", "tracing"] }
serialize = serde

Enables serde of aligned-vec

profiling tracing?

Enables profiling

Profiling dependencies

tracing = profiling

Enables tracing, profile-with-tracing of profiling

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 serialize?