summaryrefslogtreecommitdiffstats
path: root/examples/watch/src/main.rs
AgeCommit message (Collapse)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
I didn't catch that when merging PR #217. Fixes: be82af2 ("Rename MapImpl to Map") Fixes: 0d3a5c3 ("Merge pull request #217 from dlo9/master") Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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