octofer 0.1.0

A framework for building GitHub Apps in Rust
Documentation
1
2
3
4
5
6
7
//! GitHub webhook middleware for event processing

pub mod events;
pub mod hmac;

pub use events::*;
pub use hmac::*;