Taiki Endo
1a423b3322
chore: remove doc URL from Cargo.toml ( #4251 )
...
https://doc.rust-lang.org/cargo/reference/manifest.html#the-documentation-field
> If no URL is specified in the manifest file, crates.io will
> automatically link your crate to the corresponding docs.rs page.
2021-11-23 11:53:32 +01:00
Taiki Endo
cf3206842c
chore: bump MSRV to 1.46 ( #4254 )
2021-11-23 12:09:24 +09:00
Alice Ryhl
d1a400912e
chore: prepare tokio-stream 0.1.8 ( #4198 )
2021-10-29 18:34:43 +02:00
Alice Ryhl
69a6585429
signal: make windows docs for signal module show up on unix builds ( #3770 )
2021-08-02 20:55:17 +02:00
Alice Ryhl
5d61c997e9
chore: prepare tokio-stream 0.1.7 ( #3923 )
2021-07-07 10:58:51 +02:00
Alice Ryhl
8170e2787c
sync: fix watch wrapper ( #3914 )
2021-07-02 23:24:02 +02:00
Alice Ryhl
aaa150d211
chore: prepare tokio-stream v0.1.6 ( #3785 )
2021-05-14 18:22:44 +02:00
John-John Tedro
2c5dc83019
cargo: path dependencies for all tokio things ( #3764 )
2021-05-08 12:54:30 +02:00
Taiki Endo
7384813979
chore: update proptest to 1 ( #3653 )
2021-03-27 19:34:11 +09:00
David Pedersen
b4918adbd8
chore: prepare tokio-stream v0.1.5 ( #3624 )
2021-03-20 12:17:37 +01:00
Jake Ham and Jake Ham
6919f7cede
test: Make Mock both Send and Sync ( #3594 )
...
Co-authored-by: Jake Ham <[email protected] >
2021-03-10 14:29:22 -05:00
Alice Ryhl
88863a0c5d
chore: prepare tokio-stream v0.1.4 ( #3598 )
2021-03-09 22:10:57 +01:00
Taiki Endo and Alice Ryhl
36d7dab504
chore: remove html_root_url ( #3489 )
...
Co-authored-by: Alice Ryhl <[email protected] >
2021-02-18 14:11:39 -08:00
Alice Ryhl
e827829402
signal: add Signal wrappers to tokio-stream ( #3510 )
2021-02-07 11:30:18 +01:00
Alice Ryhl
23fdc2b3c4
chore: prepare tokio-stream 0.1.3 ( #3507 )
2021-02-05 22:18:56 +01:00
Alice Ryhl
0a04954d5c
stream: update features and doc for broadcast/watch stream ( #3504 )
2021-02-05 20:39:27 +01:00
Fuyang Liu
1c1e0e3fc9
tokio-stream: add wrapper for broadcast and watch ( #3384 )
2021-02-05 19:56:24 +01:00
Alice Ryhl
766a89bf94
chore: prepare tokio-stream 0.1.2 ( #3414 )
2021-01-12 21:38:51 +01:00
Alice Ryhl
3549092a0c
docs: fix tokio-stream features not being displayed ( #3378 )
2021-01-05 11:43:09 +01:00
Alice Ryhl
3b840fb305
stream: remove path deps ( #3376 )
2021-01-04 21:04:22 +01:00
Alice Ryhl
4beb1862ac
chore: prepare tokio-stream 0.1.1 ( #3374 )
2021-01-04 19:46:01 +01:00
Alice Ryhl
7f17822ed9
stream: add Stream wrappers in tokio-stream ( #3343 )
2021-01-04 19:03:18 +01:00
Rob Ede
56272b2ec7
stream: move async-stream to dev-deps ( #3366 )
2021-01-02 13:43:41 +09:00
Carl Lerche
a66017f049
chore: prepare Tokio 1.0 release ( #3319 )
2020-12-23 09:26:14 -08:00
Lucio Franco
8efa62013b
Move stream items into tokio-stream ( #3277 )
...
This change removes all references to `Stream` from
within the `tokio` crate and moves them into a new
`tokio-stream` crate. Most types have had their
`impl Stream` removed as well in-favor of their
inherent methods.
Closes #2870
2020-12-15 20:24:38 -08:00