- Use reqwest's async client - Convert items_iter() to a futures::Stream - make Mastodon client an Arc smart pointer, removing the need for OwnedPage. - remove MastodonClient and HttpSender traits; these can be re-added once async trait fns are stabilized - make EventStream a futures::Stream |
||
---|---|---|
.. | ||
filter.rs | ||
mod.rs | ||
push.rs | ||
statuses.rs | ||
update_credentials.rs |