Release for Zig 0.11.0
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAg4SS/1uClz0AafEK/1yprEhPh7s
Se040sGiwv6eK2Wl4AAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQD0xJgJh/KMtToTG8LMnCD1+c881ylAs9xUTyy1VRWNPfg0nrxHkMyuElvxrBBd8AP
TMdCo6sClWxWSNgBAloAk=
-----END SSH SIGNATURE-----
Compatibility updates for Zig 0.10.0
Updates compatibility with Zig 0.9.0
Handle reading of invalid enum values
Update to Zig 0.7.1, thanks to LeRoyce Pearson
Handling of `void` types conforms to spec.
Correctly handle maps with 0 items.
This release contains some impovements:
- Memory management with `Reader` is easy now.
- Most errors (and all BARE invariants) now happen an compile-time.
- Panic upon reading malformed unions.
- Support u8 slices as map keys, and void as map value.
Better BARE conformance and various improvements.