Function cobs::decode_in_place_report
source ยท pub fn decode_in_place_report(buff: &mut [u8]) -> Result<DecodeReport, ()>
Expand description
Decodes a message in-place.
This is the same function as decode_in_place
, but provides a report
of both the number of source bytes consumed as well as the size of the
destination used.