1 2 3 4 5 6 7 8 9 10
//! github-app-forge — declarative GitHub App lifecycle. //! //! Library surface for integration tests + downstream consumers. The binary //! at `src/main.rs` uses the same modules. pub mod client; pub mod flow; pub mod jwt; pub mod manifest; pub mod sink;