mirror of
https://github.com/valmojr/armatak.git
synced 2026-08-19 00:12:56 +00:00
idk
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
use arma_rs::{FromArma, IntoArma};
|
||||
|
||||
#[derive(FromArma, IntoArma)]
|
||||
#[arma(transparent)]
|
||||
struct DeriveTest(String, u32);
|
||||
|
||||
fn main() {}
|
||||
Reference in New Issue
Block a user