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

You can drop the glibc dependency pretty easily. One way (used for a lot of toy kernels that have been written in Rust) is to add the #![no_std] attribute and then explicitly pull in any static dependencies you still use (like libcore).


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

Search: