Configuration - notify-rs/notify GitHub Wiki
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;
Crate features
These are set in your Cargo.toml
:
notify = { version = "5.0.0", features = [ "feature-name" ] }
serde
When enabled, includes serialisation and deserialisation support for Event
types via serde. Disabled by default.
Watcher parameters
TODO
Watch parameters
TODO
Dynamic configs
TODO: overview
TOC