Hacker News new | ask | show | jobs
by steveklabnik 1090 days ago
Rust programs can run without a libc:

1. on Linux

2. in embedded

The vast majority of them do use libc, as the underlying platform requires. The default on Linux is to use a libc as well.