drf_msgpack: add code to parse/serialise msgpack

It's not actually used by clients but it's there and can be used. It
works for receiving msgpack messages, but doesn't yet work for sending
because some of the types will be converted to base64.
This commit is contained in:
Tom Hacohen
2020-06-29 13:01:40 +03:00
parent fbf5552a62
commit 2880673e27
7 changed files with 50 additions and 2 deletions