#command #arma #format #useable #store #data

arma3-wiki

A project to store data about Arma 3 commands in a useable format

28 releases

0.3.3 Oct 9, 2024
0.3.0 Aug 7, 2024
0.2.4 Jun 10, 2024
0.1.5 Mar 25, 2024
0.1.1 Dec 7, 2023

#678 in Parser implementations

Download history 158/week @ 2024-09-11 73/week @ 2024-09-18 84/week @ 2024-09-25 2/week @ 2024-10-02 755/week @ 2024-10-09 1012/week @ 2024-10-16 148/week @ 2024-10-23 92/week @ 2024-10-30 536/week @ 2024-11-06 86/week @ 2024-11-13 29/week @ 2024-11-20 88/week @ 2024-11-27 125/week @ 2024-12-04 120/week @ 2024-12-11 400/week @ 2024-12-18 2/week @ 2024-12-25

709 downloads per month

MIT license

85KB
2K SLoC

Rust Client

Usage

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

Dependencies

~15–24MB
~390K SLoC