fill 0.1.1

Provides the Fill trait, an alternative to Extend for finite containers
Documentation
1
2
3
4
5
6
7
8
9
# v0.1.1

- Unsafe code is now forbidden. Any optimization should wait on stabilization
  of the crate interface and more eyes.
- Added default implemented `checked_fill` and `fill_count` utility methods.

# v0.1.0

Initial release of the library with `Fill` trait.