Skip to content
New issue

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

feat: implement AutoStream for dyn Write + auto traits #224

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

DaniPopes
Copy link
Contributor

@DaniPopes DaniPopes commented Oct 24, 2024

Based on #223. Only the last commit is from this PR.

Closes #220.

Implements RawStream (and the other required traits) for dyn Write + Send {,+ Sync}.

@epage epage enabled auto-merge October 24, 2024 15:37
auto-merge was automatically disabled October 24, 2024 15:39

Head branch was pushed to by a user without write access

@epage epage merged commit f4a1f98 into rust-cli:main Oct 24, 2024
15 checks passed
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11502705282

Details

  • 0 of 8 (0.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 51.98%

Changes Missing Coverage Covered Lines Changed/Added Lines %
crates/anstream/src/stream.rs 0 4 0.0%
crates/anstyle-wincon/src/stream.rs 0 4 0.0%
Totals Coverage Status
Change from base Build 11502674443: -0.2%
Covered Lines: 1221
Relevant Lines: 2349

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using anstream with tracing_appender's RollingFileAppender
3 participants