#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

#700 in Parser implementations

Download history 43/week @ 2024-08-18 16/week @ 2024-08-25 931/week @ 2024-09-01 322/week @ 2024-09-08 69/week @ 2024-09-15 94/week @ 2024-09-22 4/week @ 2024-09-29 645/week @ 2024-10-06 690/week @ 2024-10-13 576/week @ 2024-10-20 55/week @ 2024-10-27 387/week @ 2024-11-03 249/week @ 2024-11-10 41/week @ 2024-11-17 37/week @ 2024-11-24 113/week @ 2024-12-01

758 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

~14–24MB
~387K SLoC