mastodon-async/examples
D. Scott Boggs e69d92f71e Update client to work asynchronously
- 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
2022-12-05 10:35:29 -05:00
..
register initial state; elefren 0.22.0 2022-11-27 09:44:43 -05:00
follow_profile.rs Update client to work asynchronously 2022-12-05 10:35:29 -05:00
follows_me.rs Update client to work asynchronously 2022-12-05 10:35:29 -05:00
home_timeline.rs Update client to work asynchronously 2022-12-05 10:35:29 -05:00
print_your_profile.rs Update client to work asynchronously 2022-12-05 10:35:29 -05:00
search.rs Update client to work asynchronously 2022-12-05 10:35:29 -05:00
upload_photo.rs Update client to work asynchronously 2022-12-05 10:35:29 -05:00