Crates.io | fixed32 |
lib.rs | fixed32 |
version | 0.0.17 |
source | src |
created_at | 2024-02-24 13:51:15.442157 |
updated_at | 2024-10-29 14:20:00.596822 |
description | Fixed Point types |
homepage | |
repository | https://github.com/piot/fixed32-rs |
max_upload_size | |
id | 1151651 |
size | 40,151 |
Fixed32 is a Rust crate providing a 32-bit fixed-point number type. It is designed for applications requiring deterministic behavior with low precision and small numerical ranges, such as games or embedded systems. This type is particularly useful in situations where floating-point arithmetic might introduce variability or unnecessary overhead.
Fp
To use fixed32
in your Rust project, add it to your Cargo.toml
:
fixed32 = "0.0.16"
This project is licensed under the MIT License. See the LICENSE file for more details.