Registry / testing / difference

difference

JSON →
library2.0.0rscratesunverified

A Rust text diffing and assertion library.

# Cargo.toml [dependencies] difference = "2.0.0"
INSTALL
IMPORT
SIG · DIFFERENCE
D
difference
testingrustv2.0.0
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.

Changeset
use difference::Changeset;

Compute and display a diff between two strings

use difference::Changeset; let changeset = Changeset::new("hello world", "hello rust", " "); println!("{:?}", changeset);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
difference — cargo add difference · libregistry