-
Notifications
You must be signed in to change notification settings - Fork 41
Releases: bytesize-rs/bytesize
Releases · bytesize-rs/bytesize
bytesize: v2.4.0
@github-actions
github-actions
ebf8ed3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Implement
SumforByteSize. - Minimum supported Rust version (MSRV) is now 1.85.
Assets 2
bytesize: v2.3.1
@github-actions
github-actions
0121741
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Fix unit truncation in error strings.
Assets 2
bytesize: v2.3.0
@github-actions
github-actions
f626cc8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Add
Unitenum. - Add
UnitParseErrortype.
Assets 2
bytesize: v2.2.0
@github-actions
github-actions
7fec802
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Add
ByteSize::as_*()methods to return equivalent sizes in KB, GiB, etc.
Assets 2
bytesize: v2.1.0
bytesize: v1.3.3
bytesize: v2.0.1
bytesize: v2.0.0
@robjtede
robjtede
0b8f894
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Add support for
no_stdtargets. - Use IEC (binary) format by default with
Display. - Use "kB" for SI unit.
- Add
Displaytype for customizing printed format. - Add
ByteSize::display()method. - Implement
Sub<ByteSize>forByteSize. - Implement
Sub<impl Into<u64>>forByteSize. - Implement
SubAssign<ByteSize>forByteSize. - Implement
SubAssign<impl Into<u64>>forByteSize. - Reject parsing non-unit characters after whitespace.
- Remove
ByteSize::to_string_as()method. - Remove top-level
to_string()method. - Remove top-level
Bconstant.