added deserialiser tests, fixed some bugs in deserialised

This commit is contained in:
Moritz Gmeiner 2025-03-31 00:02:39 +02:00
commit 0275d67669
8 changed files with 267 additions and 93 deletions

View file

@ -6,7 +6,7 @@
//
// It is redundant to include "zig" in this name because it is already
// within the Zig package namespace.
.name = .msgpack_zig,
.name = .msgpack,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
@ -24,7 +24,7 @@
// original project's identity. Thus it is recommended to leave the comment
// on the following line intact, so that it shows up in code reviews that
// modify the field.
.fingerprint = 0x9949832bc6a8b19c, // Changing this has security and trust implications.
.fingerprint = 0x6733a7561ee01213, // Changing this has security and trust implications.
// Tracks the earliest Zig version that the package considers to be a
// supported use case.