Crates.io | b10 |
lib.rs | b10 |
version | 0.1.0 |
source | src |
created_at | 2024-06-27 17:00:35.538496 |
updated_at | 2024-06-27 17:00:35.538496 |
description | Lossless handling of decimal numbers at maximum performance. |
homepage | https://github.com/pascaldekloe/b10 |
repository | https://github.com/pascaldekloe/b10 |
max_upload_size | |
id | 1285998 |
size | 37,933 |
The API provides intuitive and reliable operations at maximum performance. Both parse and format options strictly preserve the numeric values during conversion. Aritmetic operations are lossless by design. Numeric overflows are all included in the result, and there is no rounding unless explictly mentioned otherwise.
const
genericsThis is free and unencumbered software released into the public domain.
🚧 No stable release yet. The code base is a learning exercise for Rust in alpha stage. 🚨