Strided slices. [![Build Status](https://travis-ci.org/huonw/strided-rs.png)](https://travis-ci.org/huonw/strided-rs) [![Coverage Status](https://coveralls.io/repos/huonw/strided-rs/badge.svg?branch=master)](https://coveralls.io/r/huonw/strided-rs?branch=master) This library provides two types `Strided` and `MutStrided` as generalised forms of `&[T]` and `&mut [T]` respectively, where the elements are regularly spaced in memory, but not necessarily immediately adjacently. [Documentation](http://huonw.github.io/strided-rs/strided), [crates.io](https://crates.io/crates/strided)