summaryrefslogtreecommitdiffstats
path: root/src/file
AgeCommit message (Expand)Author
2021-03-14Update dependency: rust-ini: 0.13 -> 0.16Fabio Valentini
2020-10-01Run cargo-fmtMatthias Beyer
2020-03-14General upgrade for clippy fix and remove of deprecated methods for errorsFederico Pasqua
2019-12-07Remove automatic lowercaseRyan Leckey
2019-01-03Re-export file source type markers (fixes #91)Ryan Leckey
2018-07-02Run rustfmt (nightly)Ryan Leckey
2018-06-25option rust-inisan.dai
2018-06-15support inisaber.wu
2017-09-01Added HJSON (Human-Readable JSON) as a config file formatRaphael Cohn
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-07-28Use 'yaml::Hash' instead of assuming the underlying type is BTreeMapRyan Leckey
2017-06-23Make boxed errors Send + SyncJascha
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-22Implement Source for Vec<T: Source> and From<Path> for FileRyan Leckey
2017-06-22Remove `namespace` option for FileRyan Leckey
2017-06-22Add builder API to ConfigRyan Leckey
2017-06-21Parsing errors even for non required fileAnthony Ruhier
2017-06-14Merge branch 'feature/with_name' of https://github.com/JordiPolo/config-rs in...Ryan 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-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-26Adds File::with_name which automatically detects file formatJordi Polo
2017-02-12Decorate Box<Source> with Send + SyncRyan Leckey
2017-02-12Remove global APIRyan Leckey
2017-02-08Implement 'namespace' on FileRyan Leckey
2017-02-07:shirt:Ryan Leckey
2017-02-07Merge pull request #6 from tmccombs/yamlRyan Leckey
2017-02-07Add path resolution using a strict subset of JSONPathRyan Leckey
2017-02-03Add support for YAMLThayne McCombs
2017-02-02Add support for Table/Array and deep merging of configuration valuesRyan Leckey
2017-01-30:green_heart:Ryan Leckey
2017-01-30:shirt:Ryan Leckey
2017-01-28Propagate Cow into SourceRyan Leckey
2017-01-28Use 'Cow' to remove unnecessary allocationsRyan Leckey
2017-01-26:memo:Ryan Leckey
2017-01-26Refactor the file source to allow for N formats; implement JSON.Ryan Leckey