# DDNet Map Diff
[](https://crates.io/crates/ddnet-map-diff)
[](https://crates.io/crates/ddnet-map-diff)
[](https://crates.io/crates/ddnet-map-diff)

[](https://docs.rs/ddnet-map-diff)
[](https://web.crev.dev/rust-reviews/crate/ddnet-map-diff/)
A DDNet map diff tool made in Rust using [twmap](https://docs.rs/twmap).
Inspired by the original Ravie's python script.
```
A DDraceNetwork map diff tool.
Usage: ddnet-map-diff <MAP_OLD> <MAP_NEW> <RESULT>
Arguments:
<MAP_OLD> The base map to compare
<MAP_NEW> The map to be compared
<RESULT> The resulting map path
Options:
-h, --help Print help
-V, --version Print version
```