Cargo Features
synthez has no features set by default.
[dependencies]
synthez = { version = "0.3.1", features = ["full"] }
- full
-
Same as
full
feature ofsyn
crate. Enables support of data structures for representing the syntax tree of all valid Rust source code, including items and expressions.Enables full of syn and synthez-core
syn:
Repeats the one from
synthez-core
crate. For correct Rust docs rendering only! TODO: Remove once docs render correctly without it.