Skip to main content

Crate cargo_governor

Crate cargo_governor 

Source
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§

AgentContext
Machine-readable repository context for coding agents.

Enums§

ApplicationError
Application-layer error.

Type Aliases§

ApplicationResult
Result type for governor application use cases.