Skip to content

v3.0.0

Compare
Choose a tag to compare
@Nukesor Nukesor released this 13 Jun 13:10
a8e2b7c

[3.0.0] - 2021-06-13

Breaking changes

  • Remove most custom traits and replace them with std's generic From trait.
    Check the docs on the trait implementations for Cell, Row and Cells
  • Add the Cells type, to allow super generic Iterator -> Row conversions.