Y
Hacker News
new
|
ask
|
show
|
jobs
by
steveklabnik
3140 days ago
Rust's runtime is basically the same weight as C, that is, crt:
https://github.com/rust-lang/rust/blob/master/src/libstd/rt....
What you're talking about is more of dropping the standard library.