Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edg-l/ddnet-map-diff
A DDNet map diff tool made in Rust.
https://github.com/edg-l/ddnet-map-diff
ddnet diff rust teeworlds tool twmap
Last synced: 2 months ago
JSON representation
A DDNet map diff tool made in Rust.
- Host: GitHub
- URL: https://github.com/edg-l/ddnet-map-diff
- Owner: edg-l
- License: agpl-3.0
- Created: 2023-09-14T10:15:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-04T08:50:36.000Z (about 1 year ago)
- Last Synced: 2024-10-06T01:13:03.325Z (3 months ago)
- Topics: ddnet, diff, rust, teeworlds, tool, twmap
- Language: Rust
- Homepage:
- Size: 43 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DDNet Map Diff
[![Version](https://img.shields.io/crates/v/ddnet-map-diff)](https://crates.io/crates/ddnet-map-diff)
[![Downloads](https://img.shields.io/crates/d/ddnet-map-diff)](https://crates.io/crates/ddnet-map-diff)
[![License](https://img.shields.io/crates/l/ddnet-map-diff)](https://crates.io/crates/ddnet-map-diff)
![Rust](https://github.com/edg-l/ddnet-map-diff/workflows/Rust/badge.svg)
[![Docs](https://docs.rs/ddnet-map-diff/badge.svg)](https://docs.rs/ddnet-map-diff)
[![crev reviews](https://web.crev.dev/rust-reviews/badge/crev_count/ddnet-map-diff.svg)](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
Arguments:
The base map to compare
The map to be compared
The resulting map pathOptions:
-h, --help Print help
-V, --version Print version
```