Expand description
Collaboration features for Guts: Pull Requests, Issues, Comments, Reviews.
This crate provides the core types and storage for decentralized code collaboration, enabling developers to create pull requests, track issues, and conduct code reviews.
Structs§
- Collaboration
Store - In-memory store for collaboration data.
- Comment
- A comment on a pull request or issue.
- Issue
- An issue for tracking bugs, features, and tasks.
- Label
- A label that can be applied to issues and pull requests.
- Pull
Request - A pull request for proposing changes to a repository.
- Review
- A code review on a pull request.
Enums§
- Collaboration
Error - Errors that can occur during collaboration operations.
- Comment
Target - Target of a comment (PR or Issue).
- Issue
State - State of an issue.
- Pull
Request State - State of a pull request.
- Review
State - State of a code review.
Type Aliases§
- Result
- Result type for collaboration operations.