1 2 3 4 5 6 7 8 9 10 11
# html-diff-rs This crate is aim to get differences between two HTML contents. ## Run it To run it, just do: ```bash > cargo run -- file1.html file2.html ```