chunks-exacter 0.1.1

Extension traits on slices to allow for const-generics chunks_exact
Documentation
# Chunks Exacter

This library is exactly like std::slice::chunks_exact, except using const generics
to guarantee that the Iterator::Item is of the correct size.

This is probably some breaking stdlib change which is why its not the standard yet.