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,7 @@
use arma_rs::{FromArma, IntoArma};
#[derive(FromArma, IntoArma)]
#[arma(transparent)]
struct DeriveTest(String, u32);
fn main() {}