Cargo Features
[dependencies]
rkyv-owned-archive = { version = "0.1.3", default-features = false, features = ["bytecheck", "pool"] }
- default = bytecheck
-
The
bytecheck
feature is set by default wheneverrkyv-owned-archive
is added without
somewhere in the dependency tree.default-features = false - bytecheck default
-
Enables bytecheck of aligned-buffer, aligned-buffer-pool, and rkyv
- pool
-
Enables aligned-buffer-pool
rkyv-owned-archive has 3 features without comments.