planus
0.3.1
Module vectors
Structs
In crate planus
?
Settings
Module
planus
::
vectors
Copy item path
source
·
[
−
]
Expand description
Types for interacting with vectors in serialized data
Structs
§
Vector
A
Vec
like view into a serialized buffer that deserializes on demand.
VectorIter
An iterator over the elements of a
Vector
.