Docs.rs
diff-rs-0.2.3
diff-rs 0.2.3
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
mitchtbaum
hedgar2017
Dependencies
chrono ^0.4.6
normal
clap ^2.32.0
normal
diffs ^0.2.1
normal
Versions
50%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
diff_rs
0.2.3
diff_rs
Function
diff
Copy item path
Source
pub fn diff( text1: &[
String
], text2: &[
String
], context_radius:
usize
, ) ->
Result
<
Vec
<
String
>>