hydrus-ptr-client 0.1.0

A http client for the hydrus ptr
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![doc=include_str!("../README.md")]

mod client;
mod client_builder;
pub(crate) mod constants;
mod endpoints;
mod error;
pub(crate) mod hydrus_serializable;

pub use client::*;
pub use client_builder::*;
pub use error::*;