summaryrefslogtreecommitdiffstats
path: root/src/value.rs
AgeCommit message (Expand)Author
2020-03-14General upgrade for clippy fix and remove of deprecated methods for errorsFederico Pasqua
2019-05-09Remove ValueWithKey structGuillem Nieto
2018-07-02Run rustfmt (nightly)Ryan Leckey
2018-04-09Mark Value docs as textAleksey Ivanov
2017-11-14Add derive(PartialEq) for Value, ValueTypeColin Rofls
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-22Impl Display for Value (partially)Ryan Leckey
2017-06-13:shirt: Fix clippy warningsRyan Leckey
2017-06-03Make Value itself be deserializableRyan Leckey
2017-06-01Move things around and get some tests in placeRyan Leckey
2017-03-08Initial work on deep serde integrationRyan Leckey
2017-02-11Move to copy API instead of reference; fixes #9Ryan Leckey
2017-02-08Implement 'namespace' on FileRyan Leckey
2017-02-07:shirt:Ryan Leckey
2017-02-07Merge branch 'master' of https://github.com/mehcode/config-rsRyan Leckey
2017-02-07Add path resolution using a strict subset of JSONPathRyan Leckey
2017-02-02Add slice support and auto conversion of hash/slice setsRyan Leckey
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-26Refactor the file source to allow for N formats; implement JSON.Ryan Leckey
2017-01-26Add some examplesRyan Leckey
2017-01-25:memo:Ryan Leckey
2017-01-25Big cleanup of the Value APIRyan Leckey
2017-01-23Initial commit.Ryan Leckey