mastodon 0.1.0

client api for interacting with mastodon instances
1
2
3
4
5
6
7
# mastodon - rust client api for interacting with [mastodon]https://github.com/Gargron/mastodon instances

this is very early in development, with only a few basic api endpoints implemented
you need to [generate an access token](https://github.com/Gargron/mastodon/wiki/Testing-with-cURL) manually, for now

see mod `tests` in src/lib.rs for basic use examples