Skip to content

Latest commit

 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

MessagePack for Zig

Topics

Resources

Stars

17 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages