fixed-vectors 3.2.2

Lightweight library implementing fixed-length vectors for Rust applications not compiled with the standard library.
Documentation
1
2
3
4
5
6
7
8
# **fixed-vectors**

[![Crates.io - Version](https://img.shields.io/crates/v/fixed-vectors?color=orange&style=for-the-badge)](https://crates.io/crates/fixed-vectors/)
[![Crates.io - Downloads](https://img.shields.io/crates/d/fixed-vectors?style=for-the-badge)](https://crates.io/crates/fixed-vectors/)
[![Crates.io - License](https://img.shields.io/crates/l/fixed-vectors?style=for-the-badge)](https://crates.io/crates/fixed-vectors/)

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.