|
|
|
|
|
by Manishearth
3886 days ago
|
|
Functional idioms don't translate cleanly either :) If you're using Rust for FFI from functional languages (or any language, really) you need to use a fair amount of unsafe code to get the interface correctly. There's not much benefit for simple things (aside from cases like these: https://gist.github.com/steveklabnik/1a3ec0ca676aaddf766e), but for more complex things it works out pretty nicely. |
|