summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-09-25Use a build config on Environment instead of a feature flag for #78Ryan Leckey
2018-09-26Treat empty environment variables as unsetPhil Booth
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-02Fix test failures from upgrade to nom 4Ryan Leckey
2018-07-02Merge branch 'master' of https://github.com/Geal/config-rsRyan Leckey
2018-07-02Merge branch 'master' of https://github.com/limbo-rs/config-rsRyan Leckey
2018-06-25option rust-inisan.dai
2018-06-15fix doc testsaber.wu
2018-06-15support inisaber.wu
2018-04-09Mark Value docs as textAleksey Ivanov
2018-04-09[Close #70] Support newtype struct deserializationAleksey Ivanov
2018-04-08Add ConfigSerializerXX
2018-04-08Fix initialy set arr pathXX
2018-04-06Add config serialize abilityXX
2018-03-12Merge pull request #59 from ChriFo/fix/envRyan Leckey
2018-02-17update to nom 4Geoffroy Couprie
2018-01-29add default prefix separatorChristian Fochler
2018-01-28make separator optionalChristian Fochler
2018-01-28Revert "remove unnecessary env key manipulation"Christian Fochler
2018-01-26Merge pull request #54 from cmyr/partialeq-valueRyan Leckey
2018-01-26Merge pull request #50 from snipsco/masterRyan Leckey
2017-12-14remove unnecessary env key manipulationChristian Fochler
2017-11-14Add derive(PartialEq) for Value, ValueTypeColin Rofls
2017-10-07Fix markdown listsSven-Hendrik Haase
2017-09-20fix weird nom errorkind issueMathieu Poumeyrol
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 Deserializer for Config (to forward Value)Ryan 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-06-23Clean up ConfigResult type. Make it more ergonomic to use.Ryan Leckey
2017-06-23Make boxed errors Send + SyncJascha
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-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-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-13Ensure config keys are case insensitiveRyan Leckey
2017-06-13Remove amusing printlnRyan Leckey
2017-06-13Add more tests on filesRyan Leckey
2017-06-13Add EnvironmentRyan Leckey