Cargo Features
zng-ext-fs-watcher has no features set by default.
[dependencies]
zng-ext-fs-watcher = { version = "0.2.40", features = ["json", "yaml", "toml", "ron"] }
- json
-
Enable JSON helpers.
Enables serde_json
- yaml
-
Enable YAML helpers.
Enables serde_yaml
- toml
-
Enable TOML helpers.
Enables toml
- ron
-
Enable RON helpers.
Enables ron