Module file

Source
Expand description

Operations on a single commit-graph file.

Re-exports§

pub use self::commit::Commit;

Modules§

commit
Low-level operations on individual commits.
verify
Auxiliary types used in commit graph file verification methods.

Structs§

Position
The position of a given commit within a graph file, starting at 0.

Enums§

Error
The error used in File::at().