Crates.io | arma3-wiki |
lib.rs | arma3-wiki |
version | 0.3.3 |
source | src |
created_at | 2023-12-07 04:04:18.699744 |
updated_at | 2024-10-09 03:55:38.396987 |
description | A project to store data about Arma 3 commands in a useable format |
homepage | |
repository | |
max_upload_size | |
id | 1060696 |
size | 84,702 |
[dependencies]
arma3-wiki = "0.1"
let wiki = arma3_wiki::Wiki::load_git();
let Some(setRain) = wiki.commands().get("setRain");