# 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 ```