@onlinepersona@programming.dev
Post #3541908
2026-07-02 20:34 UTC
But why is libc necessary in the first place? Are the functions not provided by the stdlib of rust?
Replies (1)
-
@ace@lemmy.ananace.dev 2026-07-02 21:33
No, the Rust standard library only contains functions useful for standard Rust, not Linux user-space -specific functionality from libc.