arma3-wiki 0.1.4

A project to store data about Arma 3 commands in a useable format
1
2
3
4
5
6
7
8
9
10
11
12
13
# Rust Client


## Usage


```toml
[dependencies]
arma3-wiki = "0.1.1"
```

```rs
let wiki = arma3_wiki::Wiki::load_git();
let Some(setRain) = wiki.commands().get("setRain");
```