Module data

Source

Re-exports§

pub use traits::*;

Modules§

traits

Structs§

Booleans
Iterator for reading nullable booleans.
BoundariesF64
BoundariesI64
Colors
Iterator for reading nullable colors.
GenericArrays
Iterator for reading small fixed-size arrays, like vertices and texture coordinates.
GenericBoundaries
Generic iterator for boundary data.
GenericFreeformSubblocks
Iterator for reading free-form sub-blocks, supporting f32 or f64 generically.
GenericNumbers
Iterator for reading numbers, supporting f32, f64, i64, date, and date-time generically.
GenericOptionalArrays
Iterator for reading small optional fixed-size arrays, like 2D and 3D vectors.
GenericPrimitives
Iterator for reading segments or triangles.
GenericScalars
Iterator for reading scalar data, supporting f32 and f64 types generically.
Gradient
Iterator for reading non-nullable colors, such as category legends.
Indices
Iterator for reading nullable indices.
Names
Iterator for reading non-nullable strings, such as category names.
NumbersF64
NumbersI64
RegularSubblocks
Iterator for reading regular sub-blocks.
Text
Iterator for reading nullable strings.

Enums§

Boundaries
Iterator for reading color data.
Boundary
FreeformSubblocks
Iterator for reading regular sub-block corner min/max data.
Numbers
Iterator for reading number data of various types.
Scalars
Iterator for reading scalar data.
Texcoords
Iterator for reading texture coordinate data of various types.
Vectors
Iterator for reading vector data.
Vertices
Iterator for reading vertex data of various types.