meli/ui/src/components/mail/listing
Manos Pitsidianakis 16ccff0f44
ui: add RowIterator and BoundsIterator for CellBuffer
Use `RowIterator` to iterate the cells of a row without the need to do
any bounds checking; the iterator will simply return `None` when it
reaches the end of the row.  `RowIterator` can be created via the
`CellBuffer::row_iter` method and can be returned by `BoundsIterator`
which iterates each row.
2019-12-01 17:13:36 +02:00
..
compact.rs ui: user-configured colors for tags in mail listings 2019-12-01 12:10:31 +02:00
conversations.rs ui: user-configured colors for tags in mail listings 2019-12-01 12:10:31 +02:00
plain.rs ui: add RowIterator and BoundsIterator for CellBuffer 2019-12-01 17:13:36 +02:00
thread.rs fixup some TODO and FIXMEs 2019-11-22 13:59:00 +02:00