oleggator / msgpack-zig

MessagePack for Zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MessagePack for Zig

License:MIT License


Languages

Language:Zig 99.9%Language:Makefile 0.1%