Module gix_worktree::status::content
source · Expand description
Structs
- Compares to blobs by comparing their size and oid, and only looks at the file if the size matches, therefore it’s very fast.
- Compares files to blobs by always comparing their hashes.
Traits
- Compares the content of two blobs in some way.
- Lazy borrowed access to blob data.