strided 0.2.9

Strided slices. 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
[dev-dependencies]
num = "0"

[features]
unstable = []

[package]
authors = ["Huon Wilson <dbau.pp@gmail.com>"]
description = """
Strided slices.

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/"
homepage = "https://github.com/huonw/strided-rs"
keywords = []
license = "MIT/Apache-2.0"
name = "strided"
readme = "README.md"
repository = "https://github.com/huonw/strided-rs"
version = "0.2.9"