| Crates.io | arma3-wiki |
| lib.rs | arma3-wiki |
| version | 0.5.5 |
| created_at | 2023-12-07 04:04:18.699744+00 |
| updated_at | 2026-01-01 23:52:49.123775+00 |
| description | A project to store data about Arma 3 commands in a useable format |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1060696 |
| size | 188,528 |
[dependencies]
arma3-wiki = "0.1"
let wiki = arma3_wiki::Wiki::load_git();
let Some(setRain) = wiki.commands().get("setRain");