5 releases
0.1.4 | Feb 15, 2022 |
---|---|
0.1.3 | Feb 5, 2022 |
0.1.2 | Feb 5, 2022 |
0.1.1 | Jan 15, 2022 |
0.1.0 | Jan 13, 2022 |
#1480 in Data structures
140KB
3K
SLoC
fxd-rs
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
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Dependencies
~285–750KB
~18K SLoC