Docs.rs
async_for-0.1.0
async_for 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Sherlock-Holo
Dependencies
pin-utils ^0.1
normal
quote ^1.0
normal
syn ^1.0
normal
futures-test ^0.3
dev
futures-util ^0.3
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
for
0.1.0
All Items
Crate Items
Macros
Crate
async_for
Copy item path
Source
Expand description
This crate provide a way that can use
Stream
with for loop like Iterator.
Macros
ยง
async_
for
This macro can let you use async
Stream
with for loop like Iterator.