fxd

Crates.iofxd
lib.rsfxd
version0.1.4
sourcesrc
created_at2022-01-13 04:53:19.409105
updated_at2022-02-15 10:04:04.852017
descriptionFixed-point decimal implementation
homepage
repositoryhttps://github.com/jiangzhe/fxd-rs/
max_upload_size
id513184
size152,211
Jiang Zhe (jiangzhe)

documentation

README

fxd-rs

build codecov

Port MySQL decimal implementation in Rust.

The initial version uses 9 4-byte integers for units and 2 bytes for precision/scale. Plan to reduce memory footprint using const generics.

License

This project is licensed under either of

at your option.

Commit count: 13

cargo fmt