27
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 02 Jul 2026
27 points (63.9% liked)
Programmer Humor
32119 readers
159 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
Because it's a rust implementation of coreutils, and not a rust implementation of coreutils and libc?
But why is libc necessary in the first place? Are the functions not provided by the stdlib of rust?
No, the Rust standard library only contains functions useful for standard Rust, not POSIX/Linux user-space -specific functionality from libc.