summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2021-03-13Fix imports for new crate nameMatthias Beyer
2020-03-14Clippy fix for examplesFederico Pasqua
2019-01-02Update example deprecated methodAlex Widener
2018-09-25Fix errors to build watch exampleRyan Leckey
2017-08-05Fix tests and put back .deserialize as deprecated0.7.0Ryan Leckey
2017-07-30Impl Deserializer for Config (to forward Value)Ryan Leckey
2017-07-30Rename examples/pattern -> examples/globRyan Leckey
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-22Add a watcher exampleRyan Leckey
2017-06-22Correct example; forgot to add glob to depsRyan Leckey
2017-06-22Implement Source for Vec<T: Source> and From<Path> for FileRyan Leckey
2017-06-22Add builder API to ConfigRyan Leckey
2017-06-16Add hierarchial config exampleRyan Leckey
2017-06-01Move things around and get some tests in placeRyan Leckey
2017-03-08Initial work on deep serde integrationRyan Leckey
2017-02-12Remove global APIRyan Leckey
2017-02-03Add support for YAMLThayne McCombs
2017-01-28Use 'Cow' to remove unnecessary allocationsRyan Leckey
2017-01-26Refactor the file source to allow for N formats; implement JSON.Ryan Leckey
2017-01-26Add some examplesRyan Leckey