summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-30Impl Config for Source to allow merging whole configs; closes #28Ryan Leckey
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-07-28Use 'yaml::Hash' instead of assuming the underlying type is BTreeMapRyan Leckey
2017-07-09Merge pull request #38 from zgotsch/patch-1Ryan Leckey
2017-07-09Bump version in readme Cargofile snippetZach Gotsch
2017-06-23Clean up ConfigResult type. Make it more ergonomic to use.Ryan Leckey
2017-06-23Merge pull request #37 from Jascha-N/boxed-error-send-syncRyan Leckey
2017-06-23Make boxed errors Send + SyncJascha
2017-06-22Add a watcher exampleRyan Leckey
2017-06-22Impl Display for Value (partially)Ryan Leckey
2017-06-22:memo: on remaining unwrapsRyan Leckey
2017-06-22Remove last unimplemented!Ryan Leckey
2017-06-22Add a test to ensure we can get dates out of configRyan Leckey
2017-06-22Correct example; forgot to add glob to depsRyan Leckey
2017-06-22Update CHANGELOG.mdRyan Leckey
2017-06-22Merge branch 'master' of https://github.com/mehcode/config-rsRyan Leckey
2017-06-22(cargo-release) start next development iteration 0.6.1-preRyan Leckey
2017-06-22(cargo-release) version 0.6.00.6.0Ryan Leckey
2017-06-22Update CHANGELOG.mdRyan Leckey
2017-06-22Update CHANGELOG.mdRyan Leckey
2017-06-22Merge branch 'master' of https://github.com/mehcode/config-rsRyan Leckey
2017-06-22Implement Source for Vec<T: Source> and From<Path> for FileRyan Leckey
2017-06-22Remove `namespace` option for FileRyan Leckey
2017-06-22Update CHANGELOG.mdRyan Leckey
2017-06-22Update CHANGELOG.mdRyan Leckey
2017-06-22Merge branch 'master' of https://github.com/mehcode/config-rsRyan Leckey
2017-06-22Add builder API to ConfigRyan Leckey
2017-06-22Update CHANGELOG.mdRyan Leckey
2017-06-22Merge pull request #33 from Anthony25/parsing_errorRyan Leckey
2017-06-21Parsing errors even for non required fileAnthony Ruhier
2017-06-16Add travis-ci badge to CargoRyan Leckey
2017-06-16(cargo-release) start next development iteration 0.5.2-preRyan Leckey
2017-06-16(cargo-release) version 0.5.10.5.1Ryan Leckey
2017-06-16Add 'config' category to CargoRyan Leckey
2017-06-16Update README.mdRyan Leckey
2017-06-16(cargo-release) start next development iteration 0.5.1-preRyan Leckey
2017-06-16(cargo-release) version 0.5.00.5.0Ryan Leckey
2017-06-16Pin float-cmpRyan Leckey
2017-06-16Add hierarchial config exampleRyan Leckey
2017-06-16Fix a couple issues, mainly with env sourceRyan Leckey
2017-06-16Support subscript access on path get/setRyan Leckey
2017-06-14Merge branch 'feature/with_name' of https://github.com/JordiPolo/config-rs in...Ryan Leckey
2017-06-13Add (failing) test for File::with_nameRyan Leckey
2017-06-13Add test for a missing keyRyan Leckey
2017-06-13Ensure config keys are case insensitiveRyan Leckey
2017-06-13Remove amusing printlnRyan Leckey
2017-06-13Merge branch 'serde'Ryan Leckey