bendy icon indicating copy to clipboard operation
bendy copied to clipboard

Change MAX_DEPTH of value::Value to 0

Open thequux opened this issue 5 years ago • 0 comments

Per the documentation in encoding.rs, MAX_DEPTH of a variable-sized object should be set to 0 and then explicitly padded when creating the decoder.

This will fix #37 properly, but is a breaking change.

thequux avatar May 04 '20 09:05 thequux