summaryrefslogtreecommitdiffstats
path: root/tests/get.rs
AgeCommit message (Expand)Author
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2022-01-29use separators in long literalsDaniel Eades
2021-12-29use 'assert' rather than 'assert_eq' for comparison to literal boolDaniel Eades
2021-12-29de-glob importsDaniel Eades
2021-12-29remove 'extern crate' importsDaniel Eades
2021-12-29use explicit imports for macrosDaniel Eades
2021-11-23rename try_into to try_deserialize to avoid confusionConrad Ludgate
2021-08-15Rename MapImpl to MapDavid Orchard
2021-08-15Move order preservation under a feature gateDavid Orchard
2021-08-15Use LinkedHashMap in place of HashMapDavid Orchard
2021-08-15Create test cases to demonstrate lossy map orderDavid Orchard
2021-05-08Make ConfigBuilder's method consumingRadosław Kot
2021-05-08Modify tests to use both ConfigBuilder and ConfigRadosław Kot
2021-04-09Ensure order in the galaxy... I mean the importsMatthias Beyer
2021-03-28Rename get_str() → get_string() to match returned typeCaleb Maclennan
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