webhooks 0.0.1

Rust library for interacting with the Svix API and verifying webhook signatures.
Documentation
#![allow(clippy::all)]

{{#models}}
{{#model}}
pub mod {{{classFilename}}};
pub use self::{{{classFilename}}}::{{{classname}}};
{{/model}}
{{/models}}