v3.0.0
[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 genericIterator -> Row
conversions.