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

#7 in #floats

Download history 67/week @ 2025-10-15 98/week @ 2025-10-22 52/week @ 2025-10-29 52/week @ 2025-11-05 56/week @ 2025-11-12 62/week @ 2025-11-19 43/week @ 2025-11-26 56/week @ 2025-12-03 53/week @ 2025-12-10 68/week @ 2025-12-17 50/week @ 2025-12-24 40/week @ 2025-12-31 26/week @ 2026-01-07 50/week @ 2026-01-14 62/week @ 2026-01-21 57/week @ 2026-01-28

195 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.

Dependencies

~0.8–2.1MB
~44K SLoC