Byte-Unit
Byte-Unit copied to clipboard
A library for interaction with units of bytes.
Would be great to have a changelog here
Hey, I've been finding myself using this crate for a personal project, however a current struggle is to add `Byte`s together (I currently use `get_bytes` to addition them), however, it'd...
This requires turning off default features by default, unfortunately, and this mean the ABI can break.
Hi, first of all, thanks for the great crate. However, dealing with large numbers can easily cause integer overflows. For example, the following code would cause a runtime panic for...
Use builtin char iteration from core library, instead of manually iterating bytes and then using unsafe to attempt to extract utf-8 chars. This is safer, simpler, and just as fast.
`rust_decimal` needs to be at least `v1.15` to not produce errors during ``` cargo minimal-versions check ``` Error output: ```rust error[E0599]: no associated item named `ZERO` found for struct `rust_decimal::Decimal`...
schemars support like serde https://github.com/GREsau/schemars
Updated the copyright year from 2023 to 2025 in the LICENSE file
This pull request contains changes to improve clarity, correctness and structure. **Description correction:** Corrected `methods is useful` to `methods are useful` Please review the changes and let me know if...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...