Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c1m50c/fixed-vectors

Library implementing fixed-length vectors for Rust applications not compiled with the standard library. The vector data-structures from this library implement various mathematical functions for use in game development related ventures.
https://github.com/c1m50c/fixed-vectors

lightweight math no-std rust vector

Last synced: about 4 hours ago
JSON representation

Library implementing fixed-length vectors for Rust applications not compiled with the standard library. The vector data-structures from this library implement various mathematical functions for use in game development related ventures.

Awesome Lists containing this project

README

        

# **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.