Docs.rs
prettydiff-0.8.0
prettydiff 0.8.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
oli-obk
Dependencies
owo-colors ^4.0
normal
pad ^0.1.6
normal
prettytable-rs ^0.10.0
normal
optional
Versions
70.69%
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
prettydiff
0.8.0
In prettydiff::
text
prettydiff
::
text
Function
diff_lines
Copy item path
Source
pub fn diff_lines<'a>(old: &'a
str
, new: &'a
str
) ->
LineChangeset
<'a>