We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all, thanks for a neat crate. I've just noticed there is wrong docs for the newly added Display-related functions:
/// Format using SI (decimal) units. pub fn iec_short(mut self) -> Self {
I think this should be: Format using a short style and IEC (binary) units.
Format using a short style and IEC (binary) units.
/// Format using a short style and IEC (binary) units. pub fn si(mut self) -> Self {
Should be: Format using SI (decimal) units.
Format using SI (decimal) units.
The text was updated successfully, but these errors were encountered:
Fix Display documentation
a21a793
Fixes: bytesize-rs#82
Successfully merging a pull request may close this issue.
First of all, thanks for a neat crate. I've just noticed there is wrong docs for the newly added Display-related functions:
I think this should be:
Format using a short style and IEC (binary) units.
Should be:
Format using SI (decimal) units.
The text was updated successfully, but these errors were encountered: