Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.55 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.55 KB

MessagePack for Zig

Test msgpack-zig

Based on github.com/tarantool/msgpuck.

Stream API implementation progress

Type Encoding Decoding
generic
int (7-64 bit)
comptime int (7-64 bit)
float (32, 64 bit)
comptime float (64 bit)
bool
Optional
Struct
Pointer ☑️
Map ☑️
Array
Slice
Many
string
binary
extension
nil
  • ✅ - implemented with unit tests
  • ☑️ - implemented without unit tests