pico_rendering/
_cell.rs

1pub struct Cell{
2    pub start: usize,
3    pub end: usize,
4}