rocket-webhook 0.1.0-alpha.2

Webhook validation for Rocket applications
Documentation
1
2
3
4
5
6
//! Traits for webhooks

#[cfg(feature = "hmac")]
pub mod hmac;
#[cfg(feature = "public-key")]
pub mod public_key;