arma3-wiki 0.1.8

A project to store data about Arma 3 commands in a useable format
docs.rs failed to build arma3-wiki-0.1.8
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Rust Client

Usage

[dependencies]
arma3-wiki = "0.1"
let wiki = arma3_wiki::Wiki::load_git();
let Some(setRain) = wiki.commands().get("setRain");