Expand description
Types to represent offsets.
Structs§
- A list of unsigned integers that uses
u32
elements as long as they are small enough, and switches tou64
once they are not. - An offset container implementation that first tries to recognize strides, and then spilles into a regular offset list.
Enums§
- A container for offsets that can represent strides of offsets.
Traits§
- A container to store offsets.