#vector #vector-math #vector2 #vector3 #no-std

no-std fixed-vectors

Lightweight library implementing fixed-length vectors for Rust applications not compiled with the standard library

35 stable releases

3.2.2 Apr 26, 2023
3.2.1 Apr 23, 2023
2.0.5 Aug 28, 2022
1.8.4 Apr 21, 2022
1.6.1 Jan 31, 2022

#559 in Math

Download history 9/week @ 2024-02-15 47/week @ 2024-02-22 1/week @ 2024-02-29 2/week @ 2024-03-07 11/week @ 2024-03-14 108/week @ 2024-03-28 73/week @ 2024-04-04

181 downloads per month

MIT license

30KB
512 lines

fixed-vectors

Crates.io - Version Crates.io - Downloads Crates.io - License

Library implementing fixed-length vectors for #![no_std] Rust applications. The vector data-structures from this library implement various mathematical functions for use in game development related ventures.

Dependencies

~565KB
~11K SLoC