Hacker News new | ask | show | jobs
by Sean1708 3027 days ago
Presumably. Rust programs certainly do.
1 comments

The compiler does. Rust programs don't inherently depend on libc; it's libstd that does. Build without the standard library, no libc required.