- Add support for precision in
Display
implementations.
- Add support for
no_std
targets. - Use IEC (binary) format by default with
Display
. - Use "kB" for SI unit.
- Add
Display
type 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
B
constant.