Expand description
Handling of the actual issues.
§Note
Git-bug calls these Bugs.
See the documentation at the crate root for an explanation on this name
difference.
Modules§
- data
- Type definitions for the data of an
Issue. - issue_
operation - Operations that affect an
Issue - query
- Implementation of
QueryableforIssue - snapshot
- Issue specific extension to the generic Snapshot type.
Structs§
- Issue
- The representation of an issue in it’s DAG form. This means that this issue can be modified (i.e., operations added) and than re-commited to disk.