Y
Hacker News
new
|
ask
|
show
|
jobs
by
ithinkso
3661 days ago
You are missing one very important point: bindings. You can bind to C from basically every other language, which is quite important for shared libraries.
1 comments
yawaramin
3661 days ago
You can expose Rust code as 'C' libraries and bind to them.
link