Skip to content

oleggator/msgpack-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published