#array #everything #subject

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

#19 in #subject

Download history 42/week @ 2024-07-19 40/week @ 2024-07-26 38/week @ 2024-08-02 53/week @ 2024-08-09 38/week @ 2024-08-16 30/week @ 2024-08-23 37/week @ 2024-08-30 36/week @ 2024-09-06 33/week @ 2024-09-13 59/week @ 2024-09-20 33/week @ 2024-09-27 17/week @ 2024-10-04 29/week @ 2024-10-11 25/week @ 2024-10-18 24/week @ 2024-10-25 43/week @ 2024-11-01

121 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