Based on github.com/tarantool/msgpuck.
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