Docs.rs
gix-merge-0.6.0
gix-merge 0.6.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
bstr ^1.12.0
normal
document-features ^0.2.0
normal
optional
gix-command ^0.6.2
normal
gix-diff ^0.53.0
normal
gix-filter ^0.20.0
normal
gix-fs ^0.16.0
normal
gix-hash ^0.19.0
normal
gix-index ^0.41.0
normal
gix-object ^0.50.0
normal
gix-path ^0.10.19
normal
gix-quote ^0.6.0
normal
gix-revision ^0.35.0
normal
gix-revwalk ^0.21.0
normal
gix-tempfile ^18.0.0
normal
gix-trace ^0.1.13
normal
gix-worktree ^0.42.0
normal
imara-diff ^0.1.8
normal
serde ^1.0.114
normal
optional
thiserror ^2.0.0
normal
pretty_assertions ^1.4.0
dev
termtree ^0.5.1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gix_
merge
0.6.0
Module blob
Module Items
Modules
Structs
Enums
In crate gix_
merge
gix_merge
Module
blob
Copy item path
Source
Expand description
Modules
§
builtin_
driver
pipeline
platform
Structs
§
Driver
Define a driver program that performs a three-way merge.
Pipeline
A conversion pipeline to take an object or path from what’s stored in Git to what can be merged, while following the guidance of git-attributes at the respective path to learn how the merge should be performed.
Platform
A utility for gathering and processing all state necessary to perform a three-way merge.
Platform
Ref
The product of a
prepare_merge()
call to finally perform the merge and retrieve the merge results.
Enums
§
Builtin
Driver
Define a built-in way of performing a three-way merge, including auto-resolution support.
Resolution
Define if a merge is conflicted or not.
Resource
Kind
A way to classify the side of a resource for merging.