Docs.rs
x-diff-rs-0.4.1
x-diff-rs 0.4.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ndtoan96
Dependencies
md5 ^0.7.0
normal
roxmltree ^0.20.0
normal
termcolor ^1.4.1
normal
optional
regex ^1.11.1
dev
Versions
41.03%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
x_
diff_
rs
0.4.1
Module diff
Module Items
Enums
Functions
In crate x_
diff_
rs
x_diff_rs
Module
diff
Copy item path
Source
Expand description
Diff calculation
Enums
§
Edit
Functions
§
diff
Calculate the difference between two XML trees, represented by the minum edit operations to transform
tree1
to
tree2
.