axum-github-webhook-extract 0.3.0

A library to secure GitHub Webhooks and extract JSON event payloads in Axum.
Documentation
1
2
3
4
5
6
7
8
9
# axum-github-webhook-extract

[![Build](https://github.com/daaku/axum-github-webhook-extract/workflows/Build/badge.svg)](https://github.com/daaku/axum-github-webhook-extract/actions/workflows/build.yml)
[![Crates.io](https://img.shields.io/crates/v/axum-github-webhook-extract)](https://crates.io/crates/axum-github-webhook-extract)
[![Documentation](https://docs.rs/axum-github-webhook-extract/badge.svg)](https://docs.rs/axum-github-webhook-extract)

A library to secure GitHub Webhooks and extract JSON event payloads in Axum. See
[documentation](https://docs.rs/axum-github-webhook-extract) for how to use the
library.