Cargo Features

[dependencies]
reflexo-typst2vec = { version = "0.5.0-rc7", default-features = false, features = ["full", "flat-vector", "no-content-hint", "glyph2vec", "debug-gc", "item-dashmap", "rkyv"] }
default = full

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

full default = flat-vector, glyph2vec
flat-vector full

Enables flat-vector of reflexo

Affects reflexo-typst2vec::incr

experimental-ligature no-content-hint
glyph2vec full
debug-gc
item-dashmap

Enables item-dashmap of reflexo

Features from optional dependencies

rkyv implicit feature

Enables rkyv ^0.7.42

rkyv:

Zero-copy deserialization framework for Rust