Docs.rs
gix-commitgraph-0.25.0
gix-commitgraph 0.25.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
Byron
Dependencies
bstr ^1.3.0
normal
document-features ^0.2.0
normal
optional
gix-chunk ^0.4.9
normal
gix-features ^0.39.0
normal
gix-hash ^0.15.0
normal
memmap2 ^0.9.0
normal
serde ^1.0.114
normal
optional
thiserror ^1.0.26
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gix_
commitgraph
0.25.0
Module commit
Module Items
Structs
Enums
In gix_
commitgraph::
file
gix_commitgraph
::
file
Module
commit
Copy item path
source
Expand description
Low-level operations on individual commits.
Structs
§
Commit
A commit as stored in a
File
.
Parents
An iterator over parents of a
Commit
.
Enums
§
Error
The error used in the
file::commit
module.