1 2 3 4 5 6
//! Generic implementations to easily validate custom webhooks #[cfg(feature = "hmac")] mod hmac; #[cfg(feature = "hmac")] pub use hmac::Hmac256Webhook;