rchunks 0.1.4

Iterator for slices similar to .chunks() but starting from the back of the slice and moving towards the front. Differs from .chunks().rev() in handling cases where the slice is not a multiple of chunk size.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Chris McDonald <mail.chris.mcdonald@gmail.com>"]
description = """
Iterator for slices similar to .chunks() but starting from the back
of the slice and moving towards the front. Differs from .chunks().rev() in
handling cases where the slice is not a multiple of chunk size.
"""
keywords = ["chunks", "rchunks", "iterator", "slice"]
license = "MIT"
name = "rchunks"
repository = "https://github.com/cjm00/rchunks"
version = "0.1.4"