summaryrefslogtreecommitdiffstats
path: root/examples/watch
AgeCommit message (Expand)Author
2022-08-31Adapt example to new notify interfaceMatthias Beyer
2021-12-29allow remaining deprecated code in examplesDaniel Eades
2021-12-29de-glob importsDaniel Eades
2021-11-23cargo fmt --allConrad Ludgate
2021-11-23fix config paths in examplesConrad Ludgate
2021-11-23fix examples to work as cargo expectsConrad Ludgate
2021-11-23rename try_into to try_deserialize to avoid confusionConrad Ludgate
2021-08-21Fix: Import HashMap instead of MapMatthias Beyer
2021-08-15Rename MapImpl to MapDavid Orchard
2021-08-15Move order preservation under a feature gateDavid Orchard
2021-08-15Use LinkedHashMap in place of HashMapDavid Orchard
2021-05-07Update lazy_static dependencykpcyrd
2021-05-07Update to rust 2018 editionkpcyrd
2018-09-25Fix errors to build watch exampleRyan Leckey
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-22Add a watcher exampleRyan Leckey