| Crates.io | arma3-wiki |
| lib.rs | arma3-wiki |
| version | 0.4.1 |
| created_at | 2023-12-07 04:04:18.699744+00 |
| updated_at | 2025-04-04 06:27:32.390545+00 |
| description | A project to store data about Arma 3 commands in a useable format |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1060696 |
| size | 118,641 |
[dependencies]
arma3-wiki = "0.1"
let wiki = arma3_wiki::Wiki::load_git();
let Some(setRain) = wiki.commands().get("setRain");