telegraph-api-rs
Rust implementation of Telegraph API
Quick start
Add dependency to the Cargo.toml
[]
= "0.1.0"
And create account
use ;
let telegraph = new;
let account = telegraph.create_account
.short_name
.author_name
.send
.unwrap;
More examples in the documentation