| Crates.io | chunks-exacter |
| lib.rs | chunks-exacter |
| version | 0.1.1 |
| created_at | 2021-04-30 06:34:26.037338+00 |
| updated_at | 2021-04-30 06:35:30.286781+00 |
| description | Extension traits on slices to allow for const-generics chunks_exact |
| homepage | |
| repository | |
| max_upload_size | |
| id | 391431 |
| size | 4,249 |
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.