treetop-client 0.0.1

Typed async Rust client for Treetop policy authorization servers
Documentation
1
2
3
4
5
6
7
//! HTTP client for communicating with Treetop servers.

mod builder;
mod inner;

pub use builder::ClientBuilder;
pub use inner::Client;