Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-10-01 | 394 Bytes | |
serde_with v3.10.0 source code.tar.gz | 2024-10-01 | 193.2 kB | |
serde_with v3.10.0 source code.zip | 2024-10-01 | 257.2 kB | |
Totals: 3 Items | 450.8 kB | 0 |
Added
-
Add newline separator by @jayvdb (#777)
The
UnixLineSeparator
andDosLineSeparator
can be used together withStringWithSeparator
.
Fixed
-
Proper handling of
cfg_attr
in theserde_as
macro by @sivizius (#782)This allows to parse more valid forms of the
cfg_attr
macro, including multiple values and attribute that do not follow thekey = value
schema.