An open API service indexing awesome lists of open source software.

https://github.com/ryanleecode/wc3-custom-hotkeys-parser


https://github.com/ryanleecode/wc3-custom-hotkeys-parser

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Warcraft 3 Custom Hotkeys Parser

[![npm version](https://badge.fury.io/js/%40drdgvhbh%2Fwc3-custom-hotkeys-parser.svg)](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
```