6 releases

0.2.0 Mar 10, 2020
0.1.6 Mar 7, 2023
0.1.5 Feb 19, 2022
0.1.2 Mar 10, 2020
0.0.8 Feb 6, 2020

#675 in Algorithms

Download history 44/week @ 2023-12-14 44/week @ 2023-12-21 21/week @ 2023-12-28 32/week @ 2024-01-04 59/week @ 2024-01-11 34/week @ 2024-01-18 20/week @ 2024-01-25 15/week @ 2024-02-01 42/week @ 2024-02-08 61/week @ 2024-02-15 69/week @ 2024-02-22 76/week @ 2024-02-29 71/week @ 2024-03-07 61/week @ 2024-03-14 86/week @ 2024-03-21 131/week @ 2024-03-28

351 downloads per month
Used in 26 crates (18 directly)

MIT/Apache

31KB
668 lines

vecfx: extra batteries for a vec of floats

Build Status GPL3 licensed

Rust's ecosystem system is not perfect for scientific computation yet. To reduce the growing pains, a safe choice is sticking to the standard types for public interfacing. This crate provides the extra powers of Vec/Array/slice type for simple computation, enabled by Rust's trait system.


lib.rs:

Backend for vector operations

Dependencies

~1–2.2MB
~46K SLoC