| Crates.io | fixed32 |
| lib.rs | fixed32 |
| version | 0.0.18 |
| created_at | 2024-02-24 13:51:15.442157+00 |
| updated_at | 2025-07-07 19:24:28.047189+00 |
| description | Fixed Point types |
| homepage | |
| repository | https://github.com/piot/fixed32-rs |
| max_upload_size | |
| id | 1151651 |
| size | 50,257 |
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.
FpTo 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.