Expand description
Code ownership configuration types for cuenv manifests.
This module provides serde-compatible types for deserializing CODEOWNERS
configuration from CUE manifests. It wraps the cuenv_codeowners library
which provides the actual generation logic.
Based on schema/owners.cue
Structs§
- Owner
Rule - A single code ownership rule.
- Owners
- Code ownership configuration for a project.
- Owners
Output - Output configuration for CODEOWNERS file generation.
Enums§
- LibPlatform
- Target platform for CODEOWNERS file generation.
- Platform
- Platform for CODEOWNERS file generation.