Registry / utility / wu-diff

wu-diff

JSON →
library0.1.2rscratesunverified

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

utility
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources