#array #subject #repository

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

#22 in #subject

Download history 11/week @ 2023-12-04 25/week @ 2023-12-11 31/week @ 2023-12-18 23/week @ 2023-12-25 8/week @ 2024-01-01 46/week @ 2024-01-08 25/week @ 2024-01-15 15/week @ 2024-01-22 13/week @ 2024-01-29 22/week @ 2024-02-05 30/week @ 2024-02-12 108/week @ 2024-02-19 65/week @ 2024-02-26 47/week @ 2024-03-04 51/week @ 2024-03-11 50/week @ 2024-03-18

242 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