webhooks 0.0.1

Rust library for interacting with the Svix API and verifying webhook signatures.
Documentation
1
2
3
4
5
6
7
8
#![allow(clippy::all)]

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