Skip to content
Félix Saparelli edited this page Apr 23, 2019 · 2 revisions

There are four areas of configuration for Notify:

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

NoticeEvents

OngoingEvents