Crate gix::index

source ·
Available on crate feature index only.
Expand description

§Feature Flags

Modules§

  • This module contains a Metadata implementation that must be used instead of std::fs::Metadata to assure that the ctime information is populated exactly like the one in git, which wouldn’t be the case on unix.
  • This crate provides types for identifying git objects using a hash digest.

Structs§

  • A backing store for accelerating lookups of entries in a case-sensitive and case-insensitive manner.
  • An entry in the index, identifying a non-tree item on disk.
  • An index file whose state was read from a file on disk.
  • An in-memory cache of a fully parsed git index file.

Enums§

  • All known versions of a git index file.

Type Aliases§

  • The type to use and store paths to all entries.
  • The type to use and store paths to all entries, as reference