#array #repository #everything

arraymap

Adds a trait to map functions over arrays

2 releases

Uses old Rust 2015

0.1.1 Apr 14, 2018
0.1.0 Apr 29, 2016

#30 in #everything

Download history 42/week @ 2024-03-14 61/week @ 2024-03-21 74/week @ 2024-03-28 50/week @ 2024-04-04 47/week @ 2024-04-11 66/week @ 2024-04-18 56/week @ 2024-04-25 44/week @ 2024-05-02 50/week @ 2024-05-09 46/week @ 2024-05-16 46/week @ 2024-05-23 47/week @ 2024-05-30 36/week @ 2024-06-06 39/week @ 2024-06-13 44/week @ 2024-06-20 23/week @ 2024-06-27

148 downloads per month
Used in 6 crates (3 directly)

MIT license

3KB

arraymap

Adds a trait to map functions over arrays.

Usage:

use arraymap::ArrayMap;

let x = [1, 2, 3].map(|v| v + 1);
assert_eq!([2, 3, 4], x);

License:

Everything in this repository is subject to the MIT License

No runtime deps