Docs.rs
patience-diff-rs-0.1.4
patience-diff-rs 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
teh
Dependencies
argh ^0.1.3
normal
chrono ^0.4.1
normal
proptest ^0.9.5
dev
Versions
0%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
patience_
diff_
rs
0.1.4
patience_diff_rs
Function
patience_diff
Copy item path
Source
pub fn patience_diff<T:
Ord
+
Eq
+
Clone
+
Hash
+
Debug
>( a: &
Vec
<T>, b: &
Vec
<T>, ) ->
Vec
<
Hunk
>