Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/async-stream

Asynchronous streams for Rust using async & await notation
https://github.com/tokio-rs/async-stream

Update CI config and fix CI failure (#101)

e40ce2c3e71de81f4f6aab8389f3bbdaac7b4da0 authored 12 months ago by Taiki Endo <[email protected]>
Fix CI failure (#100)

3a693e54fd6a60a92dd7de553d7cb90aa00faefb authored over 1 year ago by Taiki Endo <[email protected]>
Upgrade to 2021 edition (#99)

3bad70289ea0e2872ae0031c24ab7e19b5ea6b98 authored over 1 year ago by Taiki Endo <[email protected]>
Prepare v0.3.5 release (#98)

af904a02b5ec58472e17f4bfd6b4cb2a17a710f4 authored over 1 year ago by Taiki Endo <[email protected]>
Update to syn 2.0 (#93)

56a760812c1bea94a3efbeef87aea148b408783e authored over 1 year ago by David Pedersen <[email protected]>
Bump MSRV to 1.56 (#97)

syn 2.0 requires 1.56.

9bc298257e95c77f1324a07c7df6ac63e9af5847 authored over 1 year ago by Taiki Endo <[email protected]>
Prepare v0.3.4 release (#92)

bf41b9645fe39b8865da2f25edc286eb42d49ec8 authored almost 2 years ago by Taiki Endo <[email protected]>
Fix doc wording (#91)

c0fcab7f4c664331cb51858048ff114894907e4f authored almost 2 years ago by Peng Guanwen <[email protected]>
Move doc(hidden) items to __private module and make yielder::pair unsafe (#84)

To clarify that they are not public APIs.

e1d440fbced3c1d332b699eba977fc5ceed20145 authored about 2 years ago by Taiki Endo <[email protected]>
Update ui test output to Rust 1.65.0 (#82)

ac3fa6b556011bc02db923ef38da13d3d9ac45d1 authored about 2 years ago by Taiki Endo <[email protected]>
Remove msrv field from .clippy.toml (#80)

Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml.
rust-lang/rust@b776fb8

5a4df04b0fba57b64e26b5f3365d6d081ff4fbb1 authored about 2 years ago by Taiki Endo <[email protected]>
Update ui test output for 1.64 (#79)

1be3b52cf44e3afe5bd7b15c4ec89558452055a1 authored about 2 years ago by Taiki Endo <[email protected]>
Fix CI failure (#78)

917413623402e33af501e2a2c733602a2f39b445 authored over 2 years ago by Taiki Endo <[email protected]>
Reduce `unsafe` usage (#77)

d48ec2c10d5804ecc6fd2c21b781e71bc1c6ed43 authored over 2 years ago by trevyn <[email protected]>
Fix small typo (#73)

81bfb057063eb246bc09bb9ace262529febbcb6f authored over 2 years ago by Wolf Thomsen <[email protected]>
Preserve spans in macro invocations (#72)

6b2725f174716a29b5111f31846c0360433dae73 authored over 2 years ago by trevyn <[email protected]>
Prepare v0.3.3 release (#70)

e1373e4dede24f7700452e499a46561fb45ea515 authored almost 3 years ago by Taiki Endo <[email protected]>
Create GitHub release automatically (#69)

e158fdc198a79d8f6fd8d80833af5c93f75060b4 authored almost 3 years ago by Taiki Endo <[email protected]>
Transform the inner expression of yield expressions (#66)

e1a6ae61d076e35820ce713a3651ed5173fc0d85 authored almost 3 years ago by Sabrina Jewson <[email protected]>
Fix CI failure (#67)

cb8a508ed3b74fb99c8fa702966c5a9a02fe1e90 authored almost 3 years ago by Taiki Endo <[email protected]>
Clean up CI config (#61)

8bf33a6d2cf00257a9235a14ae264aa5c74380ba authored over 3 years ago by Taiki Endo <[email protected]>
Remove dependency on `syn/extra-traits` feature (#59)

14acb0272ea45e20022fb957d097ab92dfd2e2c4 authored over 3 years ago by Taiki Endo <[email protected]>
Prepare v0.3.2 release (#60)

b28da881695e3c66e1782f0c2c330d4e162eb7c2 authored over 3 years ago by Taiki Endo <[email protected]>
Expand 'yield' in internal macro calls. (#57)

9b7e9a7d936e26109f324fc7e245d5ab4264c261 authored over 3 years ago by Sergio Benitez <[email protected]>
Prepare v0.3.1 release (#52)

8c22349b9367b981ad08db573d8d906069e66d8c authored over 3 years ago by Taiki Endo <[email protected]>
Revert "Let the ? operator work natively in try_stream!." (#55)

This reverts commit 623c5564584c1a01a03bfeac7e3ce1902964d64c.

8af39a1c2d4ea8881b3f536d1072615a113db3a6 authored almost 4 years ago by Taiki Endo <[email protected]>
Let the ? operator work natively in try_stream!. (#53)

Insteads of desugaring `?` in the macro, we can have the async block
itself return `Result<(), ...

623c5564584c1a01a03bfeac7e3ce1902964d64c authored almost 4 years ago by Geoffry Song <[email protected]>
Implement Stream::size_hint method on AsyncStream (#40)

22a36ee3c766027e1e1ea2a96a30f3d245b9ac27 authored almost 4 years ago by Taiki Endo <[email protected]>
Allow yielding !Unpin values. (#50)

1c40a5bab780f21fd52f2b375e90416f7ae49e6e authored almost 4 years ago by Geoffry Song <[email protected]>
Add note on Rust version requirement (#49)

On versions prior to 1.45, the compiler will error with
`procedural macros cannot be expanded t...

73500b1a2160a168f7469705048930bd6d6f306b authored almost 4 years ago by Darren Tsung <[email protected]>
Update ui tests to latest stable (#51)

e5e6268af41a946652fe048f366f0c39580a0a65 authored almost 4 years ago by Taiki Endo <[email protected]>
Remove update_readme.sh (#47)

25426dfcca80dae2418fc95937d495d187f73fbc authored almost 4 years ago by Taiki Endo <[email protected]>
Support reexporting from anywhere by wrapping in a declarative macro (#46)

* Refactor Scrub

* Wrap macro in a declarative macro and use $crate

As a downside we get s...

200466e664fff0cc01e431edcdd1d49e7ff5101d authored almost 4 years ago by Koxiaet <[email protected]>
Document for await syntax (#45)

* Document for await syntax
* Make `README.md` a symlink to `async-stream/README.md`

80c03da2451ef0fe04c4f4dccde2864c52bbcd25 authored almost 4 years ago by Koxiaet <[email protected]>
Fix warnings and deny warnings on CI (#41)

ba314cf7ec825df825da3b6e7a80a97229d0d280 authored almost 4 years ago by Taiki Endo <[email protected]>
Update tokio to 1 (#44)

66840ea7b1104c36db617eaaff4723914de78a77 authored almost 4 years ago by Taiki Endo <[email protected]>
Fix cargo `documentation` urls (#42)

cf14b124a336bbaa8f39cb4ba4f02ce366b81602 authored about 4 years ago by Ian Douglas Scott <[email protected]>
Update tokio to 0.3 (#38)

7cd2c4b16fa7a4110c351f7d77a4f0b32f55b97f authored about 4 years ago by Taiki Endo <[email protected]>
Remove outdated descriptions from docs (#36)

3ae7631b3c3eba7f2f4eee7ec798512efb489ec1 authored over 4 years ago by Taiki Endo <[email protected]>
Clarify this crate does not require unstable features (#37)

81738508203d16f90ae445bb2b157941cb07bc90 authored over 4 years ago by Taiki Endo <[email protected]>
Prepare v0.3.0 release (#32)

d346ad2d77b11855969b82c9d16bd78ec84e4863 authored over 4 years ago by Carl Lerche <[email protected]>
Remove proc-macro-hack (#30)

This now requires 1.45

0fd01d3406195f6fb659fa508fb2a5d1b6da64f8 authored over 4 years ago by Taiki Endo <[email protected]>
Prepare v0.2.1 release (#24)

91f6a380cbc1181f2de5bcd1e4a369c03f1c8277 authored almost 5 years ago by Carl Lerche <[email protected]>
Fix an issue with multiple try operators (#23)

6556bfc3336e1daede47e426cacc7a602db7700a authored almost 5 years ago by Taiki Endo <[email protected]>
readme: update imports in examples (#20)

1af6795abbcbfee91131c67e01faf32dd1b99396 authored almost 5 years ago by Dominic <[email protected]>
Update to Tokio 0.2 (#17)

b8e6411e3b51a2fb5db0642d95ce4b158e8d8010 authored about 5 years ago by Artem Vorotnikov <[email protected]>
Fix UI test for 1.40 (#19)

6adc982886e63be2c11f5ea82e3ad88eb8c11c2f authored about 5 years ago by Artem Vorotnikov <[email protected]>
Replace Azure pipelines with GitHub actions (#18)

8a50a4aa063f7f099f1d2e8cf7a49914ad7199b9 authored about 5 years ago by Artem Vorotnikov <[email protected]>
Prepare async-stream-impl 0.2 (#16)

1b8346a98a2595c5c6c080f6a7e5ca3b2c942644 authored about 5 years ago by Lucio Franco <[email protected]>
Prepare v0.2.0 release (#15)

be373d6a436ad9e40d912e2e103acf3d337c6ab6 authored about 5 years ago by Roman Proskuryakov <[email protected]>
Update to stable rust (#14)

* Remove redundant reexports: Pin and Option

* Switch CI to stable Rust

* Fix UI tests to ...

5f4b315d76a44793797260e7ce76a97d7b903757 authored about 5 years ago by Roman Proskuryakov <[email protected]>
Implement FusedStream, just because we can (#13)

We get FusedStream for free, given the implementation. May as well
expose this information to ...

ac9c2f1efb602608c61d02f8940151816b7bac5f authored about 5 years ago by Angus Lees <[email protected]>
Convert error types in try_stream! try (#12)

Bring `try_stream! { ...? }` closer to the usual `?` operator by
converting the error type via ...

0315e8f70b680579bc94e3a7f7bf23e2711e6f68 authored about 5 years ago by Angus Lees <[email protected]>
Prepare v0.1.2 release (#10)

fe3e5031d8d6091fa1fda63178948e39279b6b7e authored about 5 years ago by Carl Lerche <[email protected]>
Update to tokio 0.2.0-alpha.6 (#9)

b496f33e3f4d734dd7962896baa23c84ff3c5788 authored about 5 years ago by Taiki Endo <[email protected]>
prepare v0.1.1 release (#8)

2b87489f9eb7b455827035661e1da43b7e4b480d authored over 5 years ago by Carl Lerche <[email protected]>
update dependencies (#7)

1b2c38e79fca2682f772b7641f2690d9ffdd382f authored over 5 years ago by Carl Lerche <[email protected]>
Remove async_await feature (#4)

3992cd6d3b43ea6711d47093b6fcdefa6a1815fb authored over 5 years ago by Taiki Endo <[email protected]>
Add for_await to process streams using a for loop (#2)

024be652bf2236fbee69f3d30ada4bcb32fd4022 authored over 5 years ago by Taiki Endo <[email protected]>
Update tokio and futures-preview (#3)

ba64220665865f8bd1bdbeefa3f808d87bc18da2 authored over 5 years ago by Taiki Endo <[email protected]>
Set up CI with Azure Pipelines (#1)

75b266e4ed6be9019dc25710387662bd040a47e8 authored over 5 years ago by Carl Lerche <[email protected]>
add license files

4324ea6bfa63686b57a954d5029cdb8e43ed4435 authored over 5 years ago by Carl Lerche <[email protected]>
remove proc-macro-hack dep

f3e78d78f7580aad5d8c5eb41cbd38fd25a1594d authored over 5 years ago by Carl Lerche <[email protected]>
switch async-stream-impl dependency to crates.io

0733e60a9de2a7813a79be5c2f1f35feb442b41d authored over 5 years ago by Carl Lerche <[email protected]>
update Cargo.toml

a33f616523e8f6cfc6adbe4a57f00d0667db0f34 authored over 5 years ago by Carl Lerche <[email protected]>
write docs

17fdd77e538fae4ea0384c0503b6b2bb4bd5a7da authored over 5 years ago by Carl Lerche <[email protected]>
support nested streams

a6ec7f6b28f75ab5c8e71955f618e35efba7f5b0 authored over 5 years ago by Carl Lerche <[email protected]>
handle edge cases

bdda988081df07a9fe6b47fe359d8a49c961a028 authored over 5 years ago by Carl Lerche <[email protected]>
initial try_stream impl

0a5ff9e0a8153e01bec10635ceed27f18c43f04f authored over 5 years ago by Carl Lerche <[email protected]>
improve lifetimes

7f3823652a424aacd827bcfabd82a7249f366ca1 authored over 5 years ago by Carl Lerche <[email protected]>
get tests passing

6635ab78df135522215485037dc6125fc42cc309 authored over 5 years ago by Carl Lerche <[email protected]>
spike implementation

b31b9176f622628e8e62a2e12426e9f8132805a2 authored over 5 years ago by Carl Lerche <[email protected]>
Initial commit

b4b771b973b944f09e3e30c71a3fbc88e6d109ef authored over 5 years ago by Carl Lerche <[email protected]>