//! Basic utilities such as ID generator and HTTP client
pub mod http_client;
pub mod id;
pub mod random;