Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

0.6.0

Compare
Choose a tag to compare
@dtolnay dtolnay released this 29 Jan 19:18
· 794 commits to master since this release
0.6.0
46977b2

The new Serde 0.9 error system gives way more helpful error messages:

- Invalid type. Expected `Str`
+ invalid type: string "abc", expected an integer at line 2 column 7

- Missing field `w`
+ missing field `w` at line 2 column 2

- Invalid length: 2
+ invalid length 2, expected a tuple of size 3 at line 2 column 1

- Unknown field: `w`
+ unknown field `w`, expected one of `x`, `y`, `z` at line 14 column 4