Crate git_index
Source Expand description
§Feature Flags
serde1
— Data structures implement serde::Serialize
and serde::Deserialize
.
pub use git_hash as hash;
- decode
- entry
- extension
- file
- verify
- write
- 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