Expand description
Public library surface for cargo-governor.
The CLI binary is the primary transport for end users.
Programmatic integrations should prefer the application-layer API
re-exported here from governor-application.
Re-exports§
pub use error::CommandExitCode;pub use error::Error;pub use error::Result;
Modules§
- agent
- Agent-facing repository context.
- error
- Error types for cargo-governor
- owners
- Owners use cases.
- ports
- Ports used by application use cases.
- release
- Release use cases.
Structs§
- Agent
Context - Machine-readable repository context for coding agents.
Enums§
- Application
Error - Application-layer error.
Type Aliases§
- Application
Result - Result type for governor application use cases.