Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huonw/strided-rs

Strided slices.
https://github.com/huonw/strided-rs

Last synced: about 1 month ago
JSON representation

Strided slices.

Awesome Lists containing this project

README

        

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)