Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/c1m50c/fixed-vectors
- Owner: c1m50c
- License: mit
- Created: 2021-12-15T18:03:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T02:04:02.000Z (over 1 year ago)
- Last Synced: 2024-10-30T19:49:51.301Z (19 days ago)
- Topics: lightweight, math, no-std, rust, vector
- Language: Rust
- Homepage: https://crates.io/crates/fixed-vectors/
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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.