#rust #rustlang devs - what library would you use for #mastodon API calls? Not for a full app, just a few "I wish I could do X" scripts. Bonus points if it lets me be lazy and just block, rather than needing async.
I had a look on libs.rs and crates.io and the options seem to be #elefren which is abandoned, or #megalodon which is active but async, and the API docs make my eyes bleed: #LazyDev
#rust #rustlang #mastodon #elefren #megalodon #lazydev
oh pity :o Looks like the most mature rust implementation of the mastodon api no longer exists. #elefren on crates.io links to a deleted github repository.
I wonder if there are others that implement the realtime streaming.