bytesize
bytesize copied to clipboard
Implement `Sub` trait
Trying to subtract two ByteSize, I noticed that Sub is not implemented.
I can convert to u64 and sub, but it would be better if I could subtract directly.