Cargo Features
[dependencies]
trivet = { version = "2.0.2", default-features = false, features = ["legacy", "no_stall_detection", "no_ucd", "strict"] }
- default = legacy
-
The
legacy
feature is set by default whenevertrivet
is added without
somewhere in the dependency tree.default-features = false - legacy default
-
Affects
trivet::parser
… - no_tracking no_stall_detection
- no_ucd
-
Affects
escape_standards::TRIVET_ESCAPES
,escape_standards::PYTHON_ESCAPES
… - uppercase_hex strict