cbor_py
cbor_py copied to clipboard
Support var length list encoding, Fix #9
Implemented option 2 of this issue.
So cbor.dumps(cbor.VarList([1,2,3])) will use variable length encoding.