summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2019-01-03Re-export file source type markers (fixes #91)Ryan 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-06-15support inisaber.wu
2018-04-08Add ConfigSerializerXX
2018-04-06Add config serialize abilityXX
2017-10-07Fix markdown listsSven-Hendrik Haase
2017-09-01Added HJSON (Human-Readable JSON) as a config file formatRaphael Cohn
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-14Merge branch 'feature/with_name' of https://github.com/JordiPolo/config-rs in...Ryan Leckey
2017-06-13Add EnvironmentRyan Leckey
2017-06-13Add YAMLRyan Leckey
2017-06-13Add JSONRyan Leckey
2017-06-13:shirt: Fix clippy warningsRyan 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-12Remove global APIRyan Leckey
2017-02-11Move to copy API instead of reference; fixes #9Ryan 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-28Add back RwLockRyan Leckey
2017-01-28Use 'Cow' to remove unnecessary allocationsRyan Leckey
2017-01-27Use RWLock on the global config instanceRyan Leckey
2017-01-27Move 'Envrionment' into its own 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-25Big cleanup of the Value APIRyan Leckey
2017-01-25:shirt:Ryan Leckey
2017-01-24Add API to access global configRyan Leckey
2017-01-24Add merge API with initial File SourceRyan Leckey
2017-01-23Initial commit.Ryan Leckey