toodee 0.1.2

A lightweight 2D wrapper around a Vec.
Documentation
# TooDee Release Notes


## Changes


### Version 0.1.2


- Added custom `Default` implementation for `TooDee<T>` to allow construction when `T`
  does not implement `Default`.
- Added `IntoIterator` implementation for `TooDee<T>`