rust-freely 0.1.1

An asynchronous wrapper for the WriteFreely/Write.as API
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod client;
pub use client::api_client;

mod api;
pub use api::api_wrapper;

mod models;
pub use models::api_models;

mod handlers;
pub use handlers::api_handlers;