Expand description
Feature Flags
serde
— Data structures implementserde::Serialize
andserde::Deserialize
.
Re-exports
pub use gix_hash as hash;
Modules
- This module contains a
Metadata
implementation that must be used instead ofstd::fs::Metadata
to assure that thectime
information is populated exactly like the one ingit
, which wouldn’t be the case on unix.
Structs
- 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
- A representation of a directory in the index.
- 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