summaryrefslogtreecommitdiffstats
path: root/src/env.rs
AgeCommit message (Expand)Author
2021-03-13Fix clippy: Use is_empty() instead of comparing to empty stringMatthias Beyer
2020-03-14General upgrade for clippy fix and remove of deprecated methods for errorsFederico Pasqua
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-01-29add default prefix separatorChristian Fochler
2018-01-28make separator optionalChristian Fochler
2018-01-28Revert "remove unnecessary env key manipulation"Christian Fochler
2017-12-14remove unnecessary env key manipulationChristian Fochler
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-22Add builder API to ConfigRyan Leckey
2017-06-16Fix a couple issues, mainly with env sourceRyan Leckey
2017-06-13Add EnvironmentRyan Leckey
2017-03-08Initial work on deep serde integrationRyan Leckey
2017-02-12Decorate Box<Source> with Send + SyncRyan Leckey
2017-02-07Add path resolution using a strict subset of JSONPathRyan Leckey
2017-02-02Add support for Table/Array and deep merging of configuration valuesRyan Leckey
2017-01-28Propagate Cow into SourceRyan Leckey
2017-01-27Move 'Envrionment' into its own sourceRyan Leckey