- refactored line chunking (
line.group(..)
andline.segments()
becameline.chunks(|cell1, cell2| ...)
- added
cell.char()
,cell.pen()
andcell.width()
, made Cell struct fields private - removed all serialization code, including
serde
dep
line.group(..)
and line.segments()
became line.chunks(|cell1, cell2| ...)
cell.char()
, cell.pen()
and cell.width()
, made Cell struct fields privateserde
dep