octokit_rs/
lib.rs

1//! Automatic Octokit Types for Rust build by using [typify](https://github.com/oxidecomputer/typify).
2//!
3//! Every hour, we fetch the JSON Schema and build the lib, if the API changed
4//! we release a new version.
5//!
6#![allow(unused_variables)]
7#![allow(clippy::all)]
8
9pub mod webhook;