ggen-core 26.7.2

Core graph-aware code generation engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Stewards of the Pentecost (stpnt) module
//!
//! This module implements the stewardship obligations and their integration
//! with external surfaces like GitHub.

pub mod github;
pub mod obligation;

pub use github::GitHubStewardshipMembrane;
pub use obligation::{
    CanonSet, ObligationStatus, StewardshipEvent, StewardshipObligation, TerminalState,
};