Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-04 | 569 Bytes | |
v8.6.0 source code.tar.gz | 2025-06-04 | 11.0 MB | |
v8.6.0 source code.zip | 2025-06-04 | 11.1 MB | |
Totals: 3 Items | 22.2 MB | 0 |
What's Changed
- Respect Serde's skip attribute by @Noah765 in https://github.com/cunarist/rinf/pull/617
- Ban extra field attributes from Serde by @temeddix in https://github.com/cunarist/rinf/pull/618
New Contributors
- @Noah765 made their first contribution in https://github.com/cunarist/rinf/pull/617
Full Changelog: https://github.com/cunarist/rinf/compare/v8.5.0...v8.6.0
Summary
- Now
#[serde(skip)]
attributes are supported. - Some field attributes from Serde are now treated as syntax errors at compile-time for safer messaging.