Cargo Features
rkyv_dyn has no features set by default.
[dependencies]
rkyv_dyn = { version = "0.7.44", features = ["archive_le", "archive_be", "nightly", "strict", "validation", "vtable_cache"] }
- default
-
These default features are set whenever
rkyv_dyn
is added without
somewhere in the dependency tree.default-features = false Enables size_32 and std of rkyv ^0.7.43
- archive_le
-
Enables archive_le of rkyv ^0.7.43
- archive_be
-
Enables archive_be of rkyv ^0.7.43
- nightly
- strict
-
Enables strict of rkyv ^0.7.43
- validation = bytecheck
-
Enables validation of rkyv ^0.7.43 and rkyv_dyn_derive
Affects
rkyv_dyn::validation
… - vtable_cache
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.
- bytecheck validation?
-
Enables bytecheck ^0.6.11