Y
Hacker News
new
|
ask
|
show
|
jobs
by
Sean1708
3027 days ago
Presumably. Rust
programs
certainly do.
1 comments
steveklabnik
3027 days ago
The compiler does. Rust programs don't
inherently
depend on libc; it's libstd that does. Build without the standard library, no libc required.
link