Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-12-25 | 410 Bytes | |
serde_with v3.12.0 source code.tar.gz | 2024-12-25 | 198.0 kB | |
serde_with v3.12.0 source code.zip | 2024-12-25 | 267.6 kB | |
Totals: 3 Items | 466.0 kB | 0 |
Added
- Add
with_suffix!
macro, which puts a suffix on every struct field by @fgardt (#381/#797)
Changed
- Reformat all
Cargo.toml
files by @nyurik (#803) - Better handle internal arithmetic and improve error messages (#809/#810/#811)
Fixed
- Generated schemas are not valid when using rust style names in ref by @waltronix (#798/#799)