Cargo Features
[dependencies]
glossa-codegen = { version = "0.0.1-alpha.5", default-features = false, features = ["yaml", "json", "ron", "toml", "highlight"] }
- default = yaml
-
The
yaml
feature is set by default wheneverglossa-codegen
is added without
somewhere in the dependency tree.default-features = false - yaml default
-
Enables serde_yaml
- json
-
Enables serde_json
- ron
-
Enables ron
- toml
-
Enables toml ^0.7.4
- highlight
-
Enables hlight
Affects
glossa-codegen::highlight
…