summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-03-14Rename try_into/try_fromMatthias Beyer
2021-03-14Merge branch 'update-rust-ini'Matthias Beyer
2021-03-14Merge branch 'builder'Matthias Beyer
2021-03-14Update dependency: rust-ini: 0.13 -> 0.16Fabio Valentini
2021-03-13Add Config::with_merged()Matthias Beyer
2021-03-13Add a Config::set_once() function to set a value once (and let Config::merge(...Matthias Beyer
2021-03-13Fix clippy: Use is_empty() instead of comparing to empty stringMatthias Beyer
2020-10-01Run cargo-fmtMatthias Beyer
2020-03-14General upgrade for clippy fix and remove of deprecated methods for errorsFederico Pasqua
2019-12-07Merge pull request #119 from vorner/universal-map-keysRyan Leckey
2019-12-07Remove automatic lowercaseRyan Leckey
2019-08-22Allow arbitrary types of map keysMichal 'vorner' Vaner
2019-06-27port to nom 5Geoffroy Couprie
2019-05-09Remove ValueWithKey structGuillem Nieto
2019-05-09Remove try_defaults_from and set_defaults (for now) as '#[serde(default)]' wo...Ryan Leckey
2019-04-08Add missing doctyranron
2019-04-08Fix annoying 'invalid type: unit value, expected struct Settings' errortyranron
2019-04-08Bootstrap solutiontyranron
2019-01-03Re-export file source type markers (fixes #91)Ryan Leckey
2018-12-30Tracking a path where an error happens during deserializationMichal 'vorner' Vaner
2018-12-30Deserializing: Simplify the MapAccess thingMichal 'vorner' Vaner
2018-11-10support reading enums from configEugeen Sablin
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