Docs.rs
  • gix-revision-0.16.0
    • gix-revision 0.16.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Byron
    • Dependencies
      • bstr ^1.3.0 normal
      • document-features ^0.2.1 normal
      • gix-date ^0.6.0 normal
      • gix-hash ^0.11.3 normal
      • gix-hashtable ^0.2.2 normal
      • gix-object ^0.31.0 normal
      • gix-revwalk ^0.2.0 normal
      • serde ^1.0.114 normal
      • thiserror ^1.0.26 normal
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

Crate gix_revision

logo

Crate gix_revision

  • Version 0.16.0
  • All Items
  • Modules
  • Structs
  • Enums
  • Functions

Crates

  • gix_revision
?
Change settings

Crate gix_revision

source ·
Expand description

Interact with git revisions by parsing them from rev-specs and describing them in terms of reference names.

Feature Flags

  • serde — Data structures implement serde::Serialize and serde::Deserialize.

Modules

  • describe
  • graph
  • spec

Structs

  • Graph
    A graph of commits which additionally allows to associate data with commits.
  • PriorityQueue
    A utility type implementing a queue which can be used to automatically sort data by its time in ascending order.

Enums

  • Spec
    A revision specification without any bindings to a repository, useful for serialization or movement over thread boundaries.

Functions

  • describe
    Given a commit id, traverse the commit graph and collect candidate names from the name_by_oid mapping to produce an Outcome, which converted into_format() will produce a typical git describe string.

Results

trait gix_revision::spec::parse::delegate::Revision
Usually the first methods to call when parsing a rev-spec …
extern crate gix_revision
Interact with git revisions by parsing them from rev-specs …
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.