Docs.rs
gix-diff-0.40.0
gix-diff 0.40.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
bstr ^1.5.0
normal
document-features ^0.2.0
normal
getrandom ^0.2.8
normal
gix-command ^0.3.3
normal
gix-filter ^0.9.0
normal
gix-fs ^0.10.0
normal
gix-hash ^0.14.1
normal
gix-object ^0.41.0
normal
gix-path ^0.10.4
normal
gix-tempfile ^13.0.0
normal
gix-trace ^0.1.7
normal
gix-worktree ^0.30.0
normal
imara-diff ^0.1.3
normal
serde ^1.0.114
normal
thiserror ^1.0.32
normal
Versions
100%
of the crate is documented
Go to latest version
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gix_diff
0.40.0
Module visit
Enums
Traits
In gix_diff::tree
?
Module
gix_diff
::
tree
::
visit
source
·
[
−
]
Expand description
Enums
Action
What to do after a
Change
was
recorded
.
Change
Represents any possible change in order to turn one tree into another.
Traits
Visit
A trait to allow responding to a traversal designed to figure out the
changes
to turn tree A into tree B.