Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huonw/strided-rs
Strided slices.
https://github.com/huonw/strided-rs
Last synced: about 1 month ago
JSON representation
Strided slices.
- Host: GitHub
- URL: https://github.com/huonw/strided-rs
- Owner: huonw
- License: apache-2.0
- Created: 2014-11-16T14:11:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T18:41:33.000Z (almost 9 years ago)
- Last Synced: 2024-08-08T22:34:16.619Z (3 months ago)
- Language: Rust
- Homepage: http://huonw.github.io/strided-rs/strided
- Size: 1010 KB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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)