Docs.rs
git-revision-0.10.4
git-revision 0.10.4
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
bstr ^1.0.1
normal
document-features ^0.2.1
normal
optional
git-date ^0.4.3
normal
git-hash ^0.10.3
normal
git-hashtable ^0.1.2
normal
git-object ^0.26.2
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
git_
revision
0.10.4
Module delegate
Module Items
Enums
Traits
In git_
revision::
spec::
parse
git_revision
::
spec
::
parse
Module
delegate
Copy item path
Source
Expand description
Enums
§
PeelTo
Define where a tag object should be peeled to.
Prefix
Hint
A hint to make disambiguation when looking up prefixes possible.
Reflog
Lookup
A lookup into the reflog of a reference.
Sibling
Branch
The kind of sibling branch to obtain.
Traversal
Define how to traverse the commit graph.
Traits
§
Kind
Combine one or more specs into a range of multiple.
Navigate
Once an anchor is set one can adjust it using traversal methods.
Revision
Usually the first methods to call when parsing a rev-spec to set an anchoring revision (which is typically a
Commit
object). Methods can be called multiple time to either try input or to parse another rev-spec that is part of a range.