github-webhooks 0.1.0-alpha.0

Utilities for handling GitHub webhooks in various Rust web frameworks
Documentation
1
2
3
4
5
6
//! TODO

/// The extractors for the `axum` framework.
pub mod axum;

pub mod error;