feat: almost done with rework communication with remotes now works

This commit is contained in:
DJMrTV 2025-03-24 23:31:25 +01:00
commit a7c36c39ef
14 changed files with 696 additions and 155 deletions

View file

@ -323,7 +323,8 @@ pub fn rmc_proto(attr: TokenStream, input: TokenStream) -> TokenStream{
ProtoMethodData{
id,
name: func.sig.ident.clone(),
parameters: funcs
parameters: funcs,
ret_val: func.sig.output.clone()
}
}).collect()