This repository was archived by the owner on Aug 27, 2025. It is now read-only.
Commit ed3fc1b
committed
New release 0.6.0
=== Breaking changes
- Changed `DecodeError` from `struct` to `enum`. (5e39d65)
- Changed `EncodeError` from `struct` to `enum`. (0353682)
- DecodeError and EncodeError is marked as non_exhaustive. (1e7454c)
- Removed the use of `anyhow`. (5e39d65, 0353682)
- Replaced `paste` with pastey. (8897cf0)
=== New features
- Add `parse_i64()`. (414d14e)
=== Bug fixes
- N/A
Signed-off-by: Gris Ge <[email protected]>1 parent 1e7454c commit ed3fc1b
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
2 | 16 | | |
3 | 17 | | |
4 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments