Skip to content

huonw/strided-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strided slices.

Build Status Coverage Status

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, crates.io

About

Strided slices.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages