2 releases
Uses old Rust 2015
0.1.1 | Mar 27, 2018 |
---|---|
0.1.0 | Mar 27, 2018 |
#48 in #long
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.