msgpack
msgpack copied to clipboard
Support decoding bytes in place
Is there a plan to support decoding bytes in place by returning the range in the input []byte? This could save some allocations when the input is no longer mutable.