GitShow/denoland/rustls-tokio-stream
denoland

rustls-tokio-stream

AsyncRead/AsyncWrite interface for rustls-on-Tokio

by denoland
Star on GitHubFork

Rust

33 stars7 forks5 contributorsQuiet · 11mo agoSince 2023

Meet the team

See all 5 on GitHub →
mmastrac
mmastrac133 contributions
bartlomieju
bartlomieju7 contributions
littledivy
littledivy2 contributions
wille-io
wille-io1 contribution
nathanwhit
nathanwhit1 contribution

Languages

View on GitHub →
Rust100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

1 of 6 standards met

Community profile →
25
✓README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 in progress · Last activity 11mo ago
See all on GitHub →
mmastrac
Remove unused into_stdOpenPR

This isn't used -- it can be trimmed from the trait.

mmastrac · 10mo ago

Recent fixes

View closed PRs →
littledivy
Store and expose `peer_certificates()` from TlsHandshakeMergedPR
littledivy · 11mo ago
bartlomieju
chore: use rust-toolchain-file actionMergedPR
bartlomieju · 1y ago
mmastrac
Clean up async stream implementationsMergedPR

We were previously implementing AsyncRead/AsyncWrite in a few places that were just mechanical delegations to an underlying stream. This replaces those manual implementations with and which cleans things up a bit. A few additional cleanups as well: in was expanded out to avoid method conflicts, and / methods were used in tests to reduce calls. No functional changes, just reducing boilerplate to make the code easier to parse.

mmastrac · 1y ago
Structured data for AI agents

Repository: denoland/rustls-tokio-stream. Description: AsyncRead/AsyncWrite interface for rustls-on-Tokio Stars: 33, Forks: 7. Primary language: Rust. Languages: Rust (100%). Open PRs: 1, open issues: 2. Last activity: 11mo ago. Community health: 25%. Top contributors: mmastrac, bartlomieju, littledivy, wille-io, nathanwhit.

·@ofershap

Replace github.com with gitshow.dev