Cargo Features
[dependencies]
khi = { version = "0.16.1", default-features = false, features = ["parse", "html", "tex"] }
- default = parse
-
The
parsefeature is set by default wheneverkhiis added withoutsomewhere in the dependency tree.default-features = false - parse default html? tex?
-
Lexer and parser
Affects
khi::lex,khi::parse… - html = parse
-
XML/HTML preprocessor
Affects
khi::html…Required by the khi-html-cmd binary
- tex = parse
-
LaTeX preprocessor
Affects
khi::tex…Required by the khi-tex-cmd binary