2 releases

Uses old Rust 2015

0.1.1 Mar 27, 2018
0.1.0 Mar 27, 2018

#46 in #long

MIT license

5KB
59 lines

The linked_array crate provides access to arbitrarilly sized arrays That use the same in-memory representation as traditional slices. In order to remain performant, this crate depends on optimisations capable of fully executing tail-recursive loops at compile time.

No runtime deps