DEV Community

Discussion on: Calling Rust from C#

Collapse
 
kelsonball profile image
Kelson Ball

Any links on how to do that?

Collapse
 
torkleyy profile image
Thomas Schaller

Don't have a link at hand, but I'd just return the char pointer directly (instead of storing it in a global) and ask for it again in the free function.