Hacker News new | ask | show | jobs
by steveklabnik 3029 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.