Update Rust crate countio to 0.3.0 - #2978
Open
nextest-bot wants to merge 1 commit into
Open
nextest-bot wants to merge 1 commit into
nextest-bot wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2978 +/- ##
=======================================
Coverage 86.00% 86.00%
=======================================
Files 163 163
Lines 49619 49619
=======================================
+ Hits 42673 42676 +3
+ Misses 6946 6943 -3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
nextest-bot
force-pushed
the
renovate/countio-0.x
branch
2 times, most recently
from
January 26, 2026 04:45
958fd33 to
a81a3dd
Compare
nextest-bot
force-pushed
the
renovate/countio-0.x
branch
from
February 23, 2026 04:08
a81a3dd to
77cd34d
Compare
1 task
nextest-bot
force-pushed
the
renovate/countio-0.x
branch
2 times, most recently
from
March 12, 2026 03:49
4f5644f to
d3f3404
Compare
nextest-bot
force-pushed
the
renovate/countio-0.x
branch
2 times, most recently
from
April 21, 2026 05:19
d3f3404 to
c25254f
Compare
nextest-bot
force-pushed
the
renovate/countio-0.x
branch
from
May 14, 2026 08:21
c25254f to
b8a5177
Compare
nextest-bot
force-pushed
the
renovate/countio-0.x
branch
2 times, most recently
from
June 28, 2026 06:16
159abff to
53bb6aa
Compare
nextest-bot
force-pushed
the
renovate/countio-0.x
branch
from
July 8, 2026 05:35
53bb6aa to
cb391c3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
0.2.19→0.3.0Release Notes
spire-rs/countio (countio)
v0.3.0Added
Progress<D>wrapper for tracking progress with percentage calculationsexpected_reader_bytesandexpected_writer_bytestracking inProgressreader_percentage()andwriter_percentage()methods forProgresswith_expected_reader_bytes(),with_expected_writer_bytes(), andwith_expected_bytes()constructorsCloneimplementation forCounter<D>andProgress<D>whenD: CloneDefaultimplementation forCounter<D>andProgress<D>whenD: DefaultDebugimplementation forProgress<D>whenD: Debugreset()method for bothCounterandProgressto reset byte countersstdfeature flag (enabled by default) forstd::iotrait implementationsChanged
bytes_read()toreader_bytes()for consistencybytes_written()towriter_bytes()for consistencybytes_processed()tototal_bytes()with_bytes()parameter order to(inner, reader_bytes, writer_bytes)Removed
counter()andcounter_mut()fromProgress(use delegated methods instead)Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.