Expand description
Void repository backend - replaces Serie’s git.rs
This module provides the interface between the TUI and void-core, translating void’s commit/ref model into the types Serie expects.
Structs§
- Commit
Cid - Content identifier for commits (wraps CID string)
- Void
Commit - Commit with all displayable metadata
- VoidRef
- Reference (branch or tag)
- Void
Repository - Void repository handle for TUI access
Enums§
- RefKind
- Kind of reference
- Sort
Order - Sort order for commit walking
- Void
Backend Error - Error type for void backend operations
- Void
Head - HEAD reference state
Type Aliases§
- Result
- Result type for void backend operations