chunks-exacter

Crates.iochunks-exacter
lib.rschunks-exacter
version0.1.1
sourcesrc
created_at2021-04-30 06:34:26.037338
updated_at2021-04-30 06:35:30.286781
descriptionExtension traits on slices to allow for const-generics chunks_exact
homepage
repository
max_upload_size
id391431
size4,249
John Schmidt (John2143)

documentation

README

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.

Commit count: 0

cargo fmt