Cargo Features

[dependencies]
reflexo = { version = "0.5.5-rc7", default-features = false, features = ["full", "rkyv", "rkyv-validation", "flat-vector", "typst", "web", "system", "bi-hash", "item-dashmap"] }
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 rkyv ^0.7.42, rkyv of tinymist-std

Affects reflexo::vector.incr, reflexo::vector.stream

rkyv-validation flat-vector?

Enables rkyv-validation of tinymist-std

flat-vector full = rkyv, rkyv-validation
typst

Enables typst, typst of tinymist-std

web full

Enables js-sys, wasm-bindgen, web of tinymist-std

system

Enables system of tinymist-std

bi-hash

Enables bi-hash of tinymist-std

item-dashmap

Affects module::RefItemMapSync