https://github.com/tokio-rs/async-stream
Score: 6.650279048587422
Last synced: about 11 hours ago
JSON representation
Repository metadata:
Asynchronous streams for Rust using async & await notation
- Host: GitHub
- URL: https://github.com/tokio-rs/async-stream
- Owner: tokio-rs
- License: other
- Created: 2019-08-10T00:02:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T16:03:21.000Z (over 1 year ago)
- Last Synced: 2026-05-15T01:41:57.793Z (11 days ago)
- Language: Rust
- Homepage:
- Size: 107 KB
- Stars: 755
- Watchers: 28
- Forks: 39
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Tokio
- Login: tokio-rs
- Email:
- Kind: organization
- Description: Rust's asynchronous runtime.
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/20248544?v=4
- Repositories: 47
- Last Synced at: 2026-05-24T00:24:13.005Z
- Profile URL: https://github.com/tokio-rs
Dependencies
async-stream/Cargo.toml
cargo
- async-stream-impl =0.3.3
- futures-core 0.3
- pin-project-lite 0.2
async-stream/tests/test-reexport/Cargo.toml
cargo
- futures-core 0.3.8
async-stream-impl/Cargo.toml
cargo
- proc-macro2 1
- quote 1
- syn 1
.github/workflows/ci.yml
actions
- actions/checkout v4 composite
- taiki-e/install-action cargo-hack composite
.github/workflows/release.yml
actions
- actions/checkout v4 composite
- taiki-e/create-gh-release-action v1 composite
Cargo.toml
cargo
async-stream/tests/reexporter/Cargo.toml
cargo