tauri-docs
tauri-docs copied to clipboard
[docs] lack of types conversion and binding docs
for example
- how to receive
numberat rust side - how to receive or return
objector any complex object
{
"a": "a",
"b": [true, 1, {}, []],
}
- which types are compatible or can be safely transfer
- it there any suggestion on types conversion, function declaration(the right way to deal with the data)
just like this, CLR vs. PHP types
Thank you for the feedback! I'll track this for 2.0, I think this might be good information for us to put in the IPC blog post potentially as well as possibly a blog post about tauri-specta and specifically type/struct handling across the IPC.