Cargo Features
[dependencies]
tree-fs = { version = "0.2.1", default-features = false, features = ["yaml"] }
- default = yaml
-
The
yaml
feature is set by default whenevertree-fs
is added without
somewhere in the dependency tree.default-features = false - yaml default
-
Enables serde_yaml and thiserror ^1.0.50
Affects
tree-fs::Error
,tree-fs::Result
,tree-fs::from_yaml_file
,tree-fs::from_yaml_str
…