Sync-counter: data models
Topics: data models and view widgets
TODO:
ListView
andListData
Driver
, including predefined implsFilter
andUnsafeFilteredList
. This rather messy to use (improvable?). The latter should eventually be replaced with a safe variant.MatrixView
andMatrixData
. (Will possibly gain support for row/column labels and be renamedTableView
.)
For now, see the examples:
examples/ldata-list-view.rs
usesListView
with customListData
andDriver
examples/gallery.rs
'sfilter_list
usesUnsafeFilteredList
with a customDriver
. Less code but possibly more complex.examples/times-tables.rs
usesMatrixView
with customMatrixData
anddriver::NavView
. Probably the easiest example.