| Crates.io | lilliput-float |
| lib.rs | lilliput-float |
| version | 0.1.0 |
| created_at | 2025-05-27 14:14:21.393183+00 |
| updated_at | 2025-05-27 14:14:21.393183+00 |
| description | IEEE-754-compliant float-packing implementation, used in lilliput-core |
| homepage | |
| repository | https://github.com/regexident/lilliput |
| max_upload_size | |
| id | 1691144 |
| size | 96,981 |
IEEE-754-compliant float-packing implementation, used in lilliput-core.
The implementation stands on the shoulders of rust-lang/compiler-builtins,
specifically its fn trunc/fn expand functions.