rchunks 0.1.1

Iterator for slices similar to .chunks() but starting from the back of the slice and moving towards the front.
Documentation

rchunks - a simple method for right-to-left non-overlapping windows of a slice.

To use this crate, import the 'RChunks' trait

use rchunks::RChunks;