Cargo Features

[dependencies]
reflexo = { version = "0.5.0-rc3", default-features = false, features = ["full", "rkyv", "rkyv-validation", "flat-vector", "web"] }
default = full

The full feature is set by default whenever reflexo is added without default-features = false somewhere in the dependency tree.

full default = flat-vector, web
rkyv flat-vector?

Enables alloc and archive_le of rkyv

rkyv-validation flat-vector?

Enables validation of rkyv

flat-vector full = rkyv, rkyv-validation
web full

Enables js-sys and wasm-bindgen

reflexo has 6 features without comments.