Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can use dynamic linking in Rust with C ABI. Which means going through `unsafe` keyword - also known as 'trust me bro'. Static linking directly to Rust source means it is checked by compiler so there is no need for unsafe.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: