https://github.com/ryanleecode/wc3-custom-hotkeys-parser
https://github.com/ryanleecode/wc3-custom-hotkeys-parser
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanleecode/wc3-custom-hotkeys-parser
- Owner: ryanleecode
- Created: 2019-11-20T00:00:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T17:24:52.000Z (over 6 years ago)
- Last Synced: 2025-11-16T19:05:59.240Z (7 months ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warcraft 3 Custom Hotkeys Parser
[](https://badge.fury.io/js/%40drdgvhbh%2Fwc3-custom-hotkeys-parser)
Parser for the Warcraft 3 Custom Hotkey File Format.
Compiles to Web Assembly.
## Build
```sh
cargo build
```
## Test
```sh
cargo test
```