Update Rust crate human_format to v1.2.0 #232
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.0->1.2.0Release Notes
BobGneu/human-format-rs (human_format)
v1.2.0Added
try_parsewhich returnsResult<f64, ParseError>instead of panickingParseErrorenum with variants forEmptyInput,InvalidNumber, andUnknownSuffixparse_or_clampconvenience method to optionally clamp unknown suffixes to the largest multiplier (now respectsexplicit_mapwhen present)try_parse, binary scales, units and negative numbersR/Q(ronna/quetta) andr/q(ronto/quecto)µand outputµwhen enabled viaFormatter::with_micro_sign(true)Formatter::with_suffix("M")will scale output to the requested suffix when possible (e.g.,100000 -> 0.10 M)Scales::Time()with explicit time unit multipliers (ns,us,ms,s,m,h,d,w,mo,qtr,y,dec,c,kyr,Myr,Gyr, and aliases)Changed
masterbranch tomaintry_get_magnitude_multiplierreturning error on unknown suffixRemoved
galvanic-testas a dependencyConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.