Registry / utility / wu-diff

wu-diff

JSON →
library0.1.2rscratesunverified

Compute differences between two slices using wu(the O(NP)) algorithm.

# Cargo.toml [dependencies] wu-diff = "0.1.2"
INSTALL
IMPORT
SIG · WU-DIFF
W
wu-diff
utilityrustv0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

diff
use wu_diff::diff;

Computes the diff between two slices.

use wu_diff::diff; fn main() { let a = vec!["a", "b", "c"]; let b = vec!["a", "c"]; let result = diff(&a, &b); println!("Diff: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
wu-diff — cargo add wu-diff · libregistry