Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Rusky
on Jan 11, 2015
|
parent
|
context
|
favorite
| on:
151-byte static Linux binary in Rust
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: