Skip to main content

pubhubs/client/
mod.rs

1//! Helper functions to interact with the PubHubs backend servers
2
3pub mod discovery;
4
5pub mod core;
6pub use core::{Agent, Client};