for example
- how to receive
number at rust side
- how to receive or return
object or 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