bendy icon indicating copy to clipboard operation
bendy copied to clipboard

`decode::Error::unexpected_field` should take `&[u8]`

Open thequux opened this issue 6 years ago • 0 comments

The name of an unexpected field is generally available to client code as a &[u8]; it would be much more convenient to be able to report that directly than to have to convert it to a string (for example).

This would likely be a breaking change, thus necessitating a v0.3.0

thequux avatar Jul 18 '19 15:07 thequux