Commit graph

10 commits

Author SHA1 Message Date
da54d9b738
chore: Add LICENSE file and add SPDX header
All checks were successful
Build / Check format (push) Successful in 38s
Build / Check release (push) Successful in 42s
2025-07-19 18:45:07 -04:00
f94bfbff3e
chore: Prepare for release 0.3.0
All checks were successful
Build / Check format (push) Successful in 38s
Build / Check release (push) Successful in 44s
2025-07-19 18:19:51 -04:00
77b749c896
chore: Some refactoring work 2025-07-19 17:43:02 -04:00
30ad3e7d5c
chore: Fix formatting 2025-07-19 02:52:07 -04:00
09c330312f
chore(fix): Use integration testing 2025-07-19 02:36:58 -04:00
13ac4ea055
chore: Update copyright year 2025-07-19 02:39:27 -04:00
6d04507cb7 Cleaned up documentation, refactored FromStr impl, and added Debug impl
for ByteUnit type
2023-09-30 21:52:31 -04:00
9bc0d7e758 Typo 2023-09-29 00:10:06 -04:00
7d182d860b Fix to a minor fumble over SI prefixes, some internal refactoring, and minor API additions.
- Added new function max() to byteunit type.
- New public constant 'simplebyteunit::MAX' defining the maximum supported power.
- Output module to house arithmetic and prefix functions for output values.
- For the sake of SI compliance, kilobytes are now prefixed as 'kB'.
2023-09-28 23:08:41 -04:00
ccc5f5b01b Initial Commit 2023-09-27 01:12:35 -04:00