megalodon 1.0.1

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

mod api_client;
mod entities;
/// Gotosocial API client.
pub mod gotosocial;
mod oauth;
mod web_socket;

pub use gotosocial::Gotosocial;