summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-02-01deserialize: strings: Introduce Unreachable typeIan Jackson
2023-10-23Merge pull request #489 from ijackson/string-ser-unifyMatthias Beyer
2023-10-23deserialize: strings: Introduce string_serialize_via_display macroIan Jackson
2023-10-23impl Deserializer for Config: forward everything to cacheIan Jackson
2023-10-23Merge pull request #481 from ijackson/warningMatthias Beyer
2023-10-23Fix a doc link by properly marking Vec<String>Ian Jackson
2023-10-23Fix a doc link to with_list_parse_keyIan Jackson
2023-10-23Merge pull request #465 from ijackson/nested-arrayMatthias Beyer
2023-10-23Mark AsyncConfigBuilder deprecatedIan Jackson
2023-10-23Delete docs for vestigial AsyncConfigBuilderIan Jackson
2023-10-23ser: sequences: Test a more comprehensive round-tripIan Jackson
2023-10-23ser: sequences: Rework, fixing handling of nested arraysIan Jackson
2023-10-23ser: sequences: Introduce SeqSerializer newtypeIan Jackson
2023-10-23ser: sequences: CentraliseIan Jackson
2023-10-07chore: Use a common method in parsers to check root is a tablepolarathene
2023-10-06Fix clippy: Rewrite string buildingMatthias Beyer
2023-10-06Fix clippy: Remove redundant closuresMatthias Beyer
2023-07-22Make the parse list key to lowercase when insert the keysbigduu
2023-02-10Fix clippy: Remove needless borrowed referenceMatthias Beyer
2023-02-02Attach key to type error generated from Config::get_<type>()Yuya Nishihara
2023-02-02Fix #99: expose `file::source::FileSource`Chen Rotem Levy
2023-01-02Copy member docs to builder functionsMatthias Beyer
2022-12-16Fix clippy: Remove unnecessary castMatthias Beyer
2022-12-05Gate async-traits behind a featureNicolas Stinus
2022-11-07Add documentation to `required` setter.David Souther
2022-11-07Fix clippy: Do not manually check for NoneMatthias Beyer
2022-11-07Fix clippy: Do not manually evaluate bool to intMatthias Beyer
2022-10-12Merge pull request #379 from JunichiSugiura/clonable-builder-stateMatthias Beyer
2022-09-29convert-case: fix for building with this feature excludedDan Aloni
2022-09-29env: add a 'convert_case' field to ease dealing with kebab-caseDan Aloni
2022-09-29Environment: add a rustdoc commentDan Aloni
2022-09-27add clone trait to builder stateJunichiSugiura
2022-09-17Merge pull request #354 from YounessBird/fix-uppercase-lowercase-issesMatthias Beyer
2022-09-06Fix Rust 1.56 format.BratSinot
2022-09-06Fix FIXME in de.rs and value.rs.BratSinot
2022-08-03move 'must_use' attribute to struct for 'builder' typesDaniel Eades
2022-07-14refactoring deserialize-any in configYounessBird
2022-07-14change config methods to use lowercase keysYounessBird
2022-07-14turn keys to lowercase to enable cross overridesYounessBird
2022-07-05enabling deserialization of lowercase values to enumsYounessBird
2022-06-28Use TryInto for more permissive deserialization for integersKesavan Yogeswaran
2022-06-19Add Value::origin()Matthias Beyer
2022-06-19Merge pull request #347 from matthiasbeyer/fix-clippyMatthias Beyer
2022-06-19Fix clippy: use first() instead of get(0)Matthias Beyer
2022-06-01fix yaml to parse int keysYounessBird
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2022-05-08errors: clarify names of integer typesMartin von Zweigbergk
2022-04-10Merge pull request #306 from CfirTsabari/cfirtsabari/doesn-t-work-with-dot-101Matthias Beyer
2022-04-10fix: dot in config nameCfirTsabari
2022-03-31Merge pull request #309 from matthiasbeyer/fix-no-feature-buildMatthias Beyer