posits

Crates.ioposits
lib.rsposits
version0.1.0
created_at2025-09-13 06:58:51.773259+00
updated_at2025-09-13 06:58:51.773259+00
descriptionAn indev lightweight converter and numeric type extension for Posits
homepage
repositoryhttps://github.com/MisterSirCode/posits
max_upload_size
id1837361
size23,141
Taylor Schneider (MisterSirCode)

documentation

README

Rust Posits

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

Commit count: 23

cargo fmt