Cargo Features
[dependencies]
reflexo-typst2vec = { version = "0.5.0-rc8", 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 wheneverreflexo-typst2vec
is added without
somewhere in the dependency tree.default-features = false - 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