Skip to main content

Module detailed_info

Module detailed_info 

Source
Expand description

A module for unified re-exports of detailed layout info structs, used by low level API

Structsยง

DetailedGridInfo
Information from the computation of grid
DetailedGridItemsInfo
Grid area information from the placement algorithm
DetailedGridTracksInfo
Information from the computation of grids tracks
GridLineNames
The names of each explicit grid line in a single axis, stored in CSR (compressed sparse row) format: a single flat Vec of names plus a Vec of offsets into it (one more offset than there are lines). The names of line i (0-indexed) are names[offsets[i]..offsets[i + 1]].
GridLineNamesIter
Iterator over the per-line name groups of a GridLineNames. Yields one &[S] per grid line (which is empty for unnamed lines)