This commit is contained in:
2026-04-13 08:04:43 -03:00
parent 0486f2a285
commit 3a5a7a17a3
71 changed files with 9385 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
use arma_rs::{FromArma, IntoArma};
#[derive(FromArma, IntoArma)]
struct Unit;
#[derive(FromArma, IntoArma)]
struct EmptyMap {}
#[derive(FromArma, IntoArma)]
struct EmptyTuple();
fn main() {}