| Crates.io | posits |
| lib.rs | posits |
| version | 0.1.0 |
| created_at | 2025-09-13 06:58:51.773259+00 |
| updated_at | 2025-09-13 06:58:51.773259+00 |
| description | An indev lightweight converter and numeric type extension for Posits |
| homepage | |
| repository | https://github.com/MisterSirCode/posits |
| max_upload_size | |
| id | 1837361 |
| size | 23,141 |
A learning experiment of mine to try and understand Posits
This is a simple numeric extension to Posits in rust.
Currently only supports converting Posits to Floats, and not the reverse.
Types implemented: p8, p16, p32, p64
Validate type conversion under posits::extra::unit_tests()
Float conversion and posit algebra is in the works