b10

Crates.iob10
lib.rsb10
version0.1.0
sourcesrc
created_at2024-06-27 17:00:35.538496
updated_at2024-06-27 17:00:35.538496
descriptionLossless handling of decimal numbers at maximum performance.
homepagehttps://github.com/pascaldekloe/b10
repositoryhttps://github.com/pascaldekloe/b10
max_upload_size
id1285998
size37,933
Pascal S. de Kloe (pascaldekloe)

documentation

README

Decimal Numbers For The Rust Programming Language

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.

  • Values in 64 bits instead of arbitrary-precision
  • Precissions/resolutions fixed with const generics
  • Maximised compile-time computation (with generics)

This 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. 🚨

Commit count: 8

cargo fmt