Cargo Features

[dependencies]
ddshow-types = { version = "0.2.2", default-features = false, features = ["rkyv", "serde", "enable_abomonation", "ddflow"] }
default = ddflow, rkyv

These default features are set whenever ddshow-types is added without default-features = false somewhere in the dependency tree.

rkyv default = bytecheck, rkyv_dep
serde = serde_dep

Enables tinyvec

enable_abomonation = abomonation, abomonation_derive
ddflow default = differential-dataflow

Affects ddshow-types::differential_logging

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.

abomonation enable_abomonation?
abomonation_derive enable_abomonation?
bytecheck rkyv

Enables bytecheck ^0.6.2

differential-dataflow ddflow
rkyv_dep rkyv

Enables rkyv =0.7.3

serde_dep serde?

Enables serde