summaryrefslogtreecommitdiffstats
path: root/src/source.rs
AgeCommit message (Expand)Author
2020-03-14General upgrade for clippy fix and remove of deprecated methods for errorsFederico Pasqua
2018-07-02Run rustfmt (nightly)Ryan Leckey
2017-07-30Remove ConfigResult; close #36Ryan 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-03Sources collect to HashMap instead of ValueRyan Leckey
2017-06-01Move things around and get some tests in placeRyan Leckey
2017-03-08Initial work on deep serde integrationRyan Leckey
2017-02-12Decorate Box<Source> with Send + SyncRyan Leckey
2017-02-02Add support for Table/Array and deep merging of configuration valuesRyan Leckey
2017-01-28Propagate Cow into SourceRyan Leckey
2017-01-26Refactor the file source to allow for N formats; implement JSON.Ryan Leckey
2017-01-26Add some examplesRyan Leckey
2017-01-24Wrap up FileRyan Leckey
2017-01-24Add merge API with initial File SourceRyan Leckey