#command #arma #format #useable #store

arma3-wiki

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

29 releases

0.4.0 Jan 15, 2025
0.3.3 Oct 9, 2024
0.3.2 Sep 2, 2024
0.2.4 Jun 10, 2024
0.1.1 Dec 7, 2023

#794 in Parser implementations

Download history 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 35/week @ 2025-01-01 6/week @ 2025-01-08 414/week @ 2025-01-15 179/week @ 2025-01-22 121/week @ 2025-01-29 100/week @ 2025-02-05 211/week @ 2025-02-12 467/week @ 2025-02-19 443/week @ 2025-02-26 343/week @ 2025-03-05

1,470 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
~396K SLoC