summaryrefslogtreecommitdiffstats
path: root/tests/get.rs
AgeCommit message (Expand)Author
2021-03-14Rename try_into/try_fromMatthias Beyer
2021-03-13Fix imports for new crate nameMatthias Beyer
2020-10-01Run cargo-fmtMatthias Beyer
2019-12-07Fix test for enum keys as auto lowercase was disabledRyan Leckey
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
2018-11-10support reading enums from configEugeen Sablin
2018-09-25Fix #75; tests run with --no-default-featuresRyan Leckey
2018-07-02Run rustfmt (nightly)Ryan Leckey
2018-04-09[Close #70] Support newtype struct deserializationAleksey Ivanov
2017-08-05Fix tests and put back .deserialize as deprecated0.7.0Ryan Leckey
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-16Support subscript access on path get/setRyan Leckey
2017-06-13Add test for a missing keyRyan Leckey
2017-06-13Add JSONRyan Leckey