Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@ku1ik ku1ik released this 14 Oct 14:40
· 2 commits to main since this release
  • refactored line chunking (line.group(..) and line.segments() became line.chunks(|cell1, cell2| ...)
  • added cell.char(), cell.pen() and cell.width(), made Cell struct fields private
  • removed all serialization code, including serde dep