Skip to main content

FieldRange

Type Alias FieldRange 

Source
pub type FieldRange = (usize, usize);
Expand description

A byte range (start, end) within a MessagePack buffer, pointing to a complete value (tag + payload). Use read_f64, read_i64, read_str etc. with range.0 as the offset to decode the value.