hooksmith-core 0.1.0

Shared HTTP client and WebhookSender trait for the hooksmith crates
Documentation
1
2
3
4
5
pub mod client;
pub mod sender;

pub use client::HttpClient;
pub use sender::WebhookSender;