Module records

Source
Expand description

The module contains a Records abstraction of a grid trait and its implementers.

Modules§

vec_records
Module contains VecRecords.

Structs§

IterRecords
A Records implementation for any IntoIterator.

Traits§

ExactRecords
Records extension which guarantees the amount of rows.
IntoRecords
The representation of data, rows and columns of a grid.
PeekableRecords
The representation of data, rows and columns of a grid.
Records
Records represents table data.