Re-exports§
pub use layout::Layout;pub use reader::ArrayReader;pub use reader::ReaderExt;pub use reader::TupleReader;pub use bytes;
Modules§
- boxed
- The
Box<T>type for heap allocation. - br
- collections
- Collection types.
- ir
- layout
- reader
- rr
- string
- A UTF-8–encoded, growable string.
- typed_
data - Typed data format
- vec
- A contiguous growable array type with heap-allocated contents, written
Vec<T>.
Macros§
Structs§
- Reverse
Pointer - Pointer to a location where an offset should be written to.
- Table
- Wraps
TabularReaderand recursively flattens nested tuples into leaf cells. - Table
Cell - Table
Config - Configuration for table rendering.
- Table
Layout - Computed layout for table rendering.
- Tabular
Reader - Utility for iterating over arbitrary data in tabular manner (as rows and columns).