DEV Community

Discussion on: Calling Rust from C#

Collapse
 
ryanhossain9797 profile image
Raiyan

Not sure if I should be digging up something this old, but here goes.

I wanted to send Dictionaries and Lists back and forth. What would be the best way to do something like that?

Collapse
 
living_syn profile image
Jeremy Mill

hey! Sorry I don't check this very often. I'd recommend serializing it and deserializing it. I doubt there's a good way to do it over FFI