-
Notifications
You must be signed in to change notification settings - Fork 229
Configuration
Félix Saparelli edited this page Apr 23, 2019
·
2 revisions
There are four areas of configuration for Notify:
- Compile-time crate features, for optional functionality at a source level;
- Watcher creation parameters, for general modes of operation and settings;
- Per-watch parameters, for modes of operation for each watch.
- Watcher dynamic configs, for runtime configurations and options;
These are set in your Cargo.toml
:
notify = { version = "5.0.0", features = [ "feature-name" ] }
When enabled, includes serialisation and deserialisation support for Event
types via serde. Disabled by default.
TODO
TODO
TODO: overview
TOC