summaryrefslogtreecommitdiffstats
path: root/src/ser.rs
AgeCommit message (Expand)Author
2024-02-01deserialize: strings: Introduce Unreachable typeIan Jackson
2023-10-23deserialize: strings: Introduce string_serialize_via_display macroIan 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
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2021-12-29Merge pull request #264 from danieleades/refactor/pedantic-lintsMatthias Beyer
2021-12-29de-glob importsDaniel Eades
2021-12-29silence/address unused code warningsDaniel Eades
2021-12-29Merge pull request #267 from danieleades/refactor/cast-losslessMatthias Beyer
2021-12-28use explicit imports for macrosDaniel Eades
2021-12-28use infallible integer conversions where availableDaniel Eades
2021-11-23rename try_into to try_deserialize to avoid confusionConrad Ludgate
2021-06-08Fix clippy: Do not borrow referenceMatthias Beyer
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-04-09Remove unused importsMatthias Beyer
2020-10-01Run cargo-fmtMatthias Beyer
2020-03-14General upgrade for clippy fix and remove of deprecated methods for errorsFederico Pasqua
2019-12-07Remove automatic lowercaseRyan Leckey
2019-05-09Remove ValueWithKey structGuillem Nieto
2018-07-02Run rustfmt (nightly)Ryan Leckey
2018-04-08Add ConfigSerializerXX
2018-04-06Add config serialize abilityXX