Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Porting a Segmented List from C to Rust (xnacly.me)
4 points by ibobev 4 months ago | hide | past | favorite | 3 comments


> About using the libc crate: This would be against my mentality of not using dependencies if possible and libc is a large one.

Targeting a pre-installed system library requires a large crate? Whaaat?


You have to get the bindings from somewhere, which means you either need to write them yourself, or use someone else's work.


Well it does, thats why i didnt include it




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

Search: