Crates.io | fxd |
lib.rs | fxd |
version | 0.1.4 |
source | src |
created_at | 2022-01-13 04:53:19.409105 |
updated_at | 2022-02-15 10:04:04.852017 |
description | Fixed-point decimal implementation |
homepage | |
repository | https://github.com/jiangzhe/fxd-rs/ |
max_upload_size | |
id | 513184 |
size | 152,211 |
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.
This project is licensed under either of
at your option.