| Crates.io | float-polyfills |
| lib.rs | float-polyfills |
| version | 0.1.0 |
| created_at | 2025-05-09 21:50:54.960673+00 |
| updated_at | 2025-05-09 21:50:54.960673+00 |
| description | Drop-in no_std-compatible polyfills for various f32 and f64 methods. |
| homepage | https://github.com/j-g00da/float-polyfills |
| repository | https://github.com/j-g00da/float-polyfills |
| max_upload_size | |
| id | 1667779 |
| size | 23,333 |
A Rust crate providing drop-in no_std-compatible polyfills for various f32 and f64 methods.
Add polyfills to your no_std project:
use float_polyfills::*;
f32Float-polyfills is dual-licensed under Apache 2.0 and MIT terms.