rocket-webhook 0.1.0-alpha.2

Webhook validation for Rocket applications
Documentation
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;