1
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
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