PostBoost Rust SDK
Official Rust client for the PostBoost API.
Install
[]
= "1.1.0"
Or with cargo:
| crates.io | crates.io/crates/postboost |
| GitHub | postboost-co/postboost-rust |
| Docs | postboost.co/docs/api |
| Version | v1.1.0 |
Quick start
use posts_api;
use Configuration;
let config = Configuration ;
let posts = list_posts.await?;
for post in posts
License
MIT