- 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  | 
			||
|---|---|---|
| .. | ||
| register | ||
| follow_profile.rs | ||
| follows_me.rs | ||
| home_timeline.rs | ||
| print_your_profile.rs | ||
| search.rs | ||
| upload_photo.rs | ||