Skip to main content

reconstruct_views

Function reconstruct_views 

Source
pub fn reconstruct_views(buffer: &ByteBuffer) -> Buffer<BinaryView>
Expand description

Reconstruct BinaryView structs from length-prefixed byte data.

The buffer contains interleaved u32 lengths (little-endian) and string data.