Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Porting a Segmented List from C to Rust
(
xnacly.me
)
4 points
by
ibobev
4 months ago
|
hide
|
past
|
favorite
|
3 comments
kazinator
4 months ago
[–]
>
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?
Measter
4 months ago
|
parent
|
next
[–]
You have to get the bindings from somewhere, which means you either need to write them yourself, or use someone else's work.
xnacly
4 months ago
|
parent
|
prev
[–]
Well it does, thats why i didnt include it
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Targeting a pre-installed system library requires a large crate? Whaaat?