mirror of
https://github.com/valmojr/armatak.git
synced 2026-08-19 00:12:56 +00:00
idk
This commit is contained in:
+12
@@ -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() {}
|
||||
Reference in New Issue
Block a user