Expand description
The module contains Records, ExactRecords, RecordsMut, Resizable traits
and its implementations.
Also it provides a list of helpers for a user built Records via into_records.
Modules§
- into_
records - The module contains a list of helpers for
IntoRecords - vec_
records - Module contains
VecRecords.
Structs§
- Empty
Records - Empty representation of
Records. - Iter
Records - A Records implementation for any IntoIterator.
Traits§
- Exact
Records Recordsextension which guarantees the amount of rows.- Into
Records - The representation of data, rows and columns of a grid.
- Peekable
Records - The representation of data, rows and columns of a grid.
- Records
- Records represents table data.
- Records
Mut - A
Recordsrepresentation which can modify cell by (row, column) index. - Resizable
- A records representation which can be modified by moving rows/columns around.