megalodon 1.3.0

Fediverse API client library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Mastodon related modules

mod api_client;
mod entities;
/// Mastodon API client.
pub mod mastodon;
mod oauth;
mod web_socket;

pub use mastodon::Mastodon;