Lonami / grammers

(tele)gramme.rs - use Telegram's API from Rust
https://t.me/gramme_rs
Apache License 2.0
535 stars 103 forks source link

Why DialogIter doesn't implement futures::stream::Stream? #227

Closed qrilka closed 2 months ago

qrilka commented 5 months ago

Is there some motivation or it just wasn't asked for?

Lonami commented 5 months ago

I wasn't that familiar with async Rust when I implemented it, it's not stable in std, and noone else has implemented it.

I'm not against it, but I don't think I'll look into implementing it myself any time soon, because it's not something I have a personal need for.

Lonami commented 2 months ago

Closing this for now. Happy to reopen if there's interest, or to merge a PR if one is made.