Crate gix_index Copy item path Source Expand description § Feature Flags
serde
— Data structures implement serde::Serialize
and serde::Deserialize
.
pub use gix_hash as hash;
pub use gix_validate as validate;
decode entry extension file fs 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. init verify write AccelerateLookup A backing store for accelerating lookups of entries in a case-sensitive and case-insensitive manner. Entry An entry in the index, identifying a non-tree item on disk. File An index file whose state was read from a file on disk. State An in-memory cache of a fully parsed git index file. Version All known versions of a git index file. PathStorage The type to use and store paths to all entries. PathStorageRef The type to use and store paths to all entries, as reference