megalodon 1.3.0

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

mod api_client;
pub mod entities;
mod oauth;
pub mod pleroma;
mod web_socket;

pub use pleroma::Pleroma;