summaryrefslogtreecommitdiffstats
path: root/examples/watch/src/main.rs
AgeCommit message (Expand)Author
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 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