summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2018-07-02Update readme/changelog for 0.9Ryan Leckey
2018-07-02Run rustfmt (nightly)Ryan Leckey
2018-07-02Merge branch 'feature/ini' of https://github.com/woodgear/config-rsRyan Leckey
2018-07-02Merge branch 'master' of https://github.com/limbo-rs/config-rsRyan Leckey
2018-06-15support inisaber.wu
2018-04-09Use `try_into` instead of deprecated `deserialize`Aleksey Ivanov
2018-04-09[Close #70] Support newtype struct deserializationAleksey Ivanov
2018-04-08Fix initialy set arr pathXX
2018-02-13add test for prefix with variant forms of spellingChristian Fochler
2018-01-29add default prefix separatorChristian Fochler
2018-01-28add tests for environment handlingChristian Fochler
2017-09-01Added HJSON (Human-Readable JSON) as a config file formatRaphael Cohn
2017-08-05Fix tests and put back .deserialize as deprecated0.7.0Ryan Leckey
2017-07-30Impl Config for Source to allow merging whole configs; closes #28Ryan Leckey
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-22Add a test to ensure we can get dates out of configRyan Leckey
2017-06-22Implement Source for Vec<T: Source> and From<Path> for FileRyan 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-13Add more tests on filesRyan Leckey
2017-06-13Add YAMLRyan Leckey
2017-06-13Add JSONRyan Leckey
2017-06-13:shirt: Fix clippy warningsRyan Leckey
2017-06-03Add many more testsRyan Leckey
2017-06-02Started playing with error testsRyan Leckey
2017-06-01Move things around and get some tests in placeRyan Leckey