Docs.rs
git-diff-0.20.0
git-diff 0.20.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
git-hash ^0.9.11
normal
git-object ^0.22.0
normal
similar ^2.2.0
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module lines
Re-exports
Enums
Functions
?
Module
git_diff
::
lines
source
·
[
−
]
Expand description
Re-exports
pub use
similar
;
Enums
Algorithm
An enum representing a diffing algorithm.
Functions
myers
Provide an iterator over the changes needed to turn
old
into
new
with Myers algorithm, the default for
git
.
with
Provide an iterator over the changes needed to turn
old
into
new
with
algorithm
.