Docs.rs
diffs-0.5.1
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
diffs 0.5.1
A number of diff algorithms, also called longest common subsequence.
Crate
Source
Builds
Feature flags
Documentation
Coverage
81.25%
13
out of
16
items documented
0
out of
10
items with examples
Size
Source code size: 24.09 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 2.06 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Homepage
crates.io
Dependencies
—
Versions
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
Owners
A generic diff library in Rust
This is an LCS-based diff library that works on slices of types implementing
PartialEq
.