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

A naïve translation would produce rust code which is almost entirely unsafe (using raw pointers instead of references everywhere). Translating to references is difficult, since C code isn't written with the restrictions of the Rust alias model / borrow-checker in mind.


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

Search: