squarecloud 0.1.1

Async Rust client for the SquareCloud API
Documentation
1
2
3
4
5
6
pub mod endpoints;
pub mod errors;
pub mod http_client;

pub use endpoints::*;
pub use http_client::*;