File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " async-pipe"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " Creates an asynchronous piped reader and writer pair using tokio.rs"
55homepage = " https://github.com/rousan/async-pipe-rs"
66repository = " https://github.com/rousan/async-pipe-rs"
Original file line number Diff line number Diff line change 11# async-pipe-rs
22
3- [ ![ crates.io] ( https://img.shields.io/crates/v/async-rs .svg )] ( https://crates.io/crates/async-rs )
4- [ ![ Documentation] ( https://docs.rs/async-rs /badge.svg )] ( https://docs.rs/async-rs )
5- [ ![ MIT] ( https://img.shields.io/crates/l/async-rs .svg )] ( ./LICENSE )
3+ [ ![ crates.io] ( https://img.shields.io/crates/v/async-pipe .svg )] ( https://crates.io/crates/async-pipe )
4+ [ ![ Documentation] ( https://docs.rs/async-pipe /badge.svg )] ( https://docs.rs/async-pipe )
5+ [ ![ MIT] ( https://img.shields.io/crates/l/async-pipe .svg )] ( ./LICENSE )
66
77Creates an asynchronous piped reader and writer pair using ` tokio.rs ` .
88
9- [ Docs] ( https://docs.rs/async-rs )
9+ [ Docs] ( https://docs.rs/async-pipe )
1010
1111## Example
1212
You can’t perform that action at this time.
0 commit comments