meli/ui
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
..
src ui: add RowIterator and BoundsIterator for CellBuffer 2019-12-01 17:13:36 +02:00
Cargo.toml bin: add notmuch feature 2019-11-30 17:31:49 +02:00