cockmushroom@reddthat.com to Programmer Humor@programming.dev · 1 day agoAn appropriate amount of work to slap an MIT license on somebody else's workreddthat.comimagemessage-square23fedilinkarrow-up157
arrow-up157imageAn appropriate amount of work to slap an MIT license on somebody else's workreddthat.comcockmushroom@reddthat.com to Programmer Humor@programming.dev · 1 day agomessage-square23fedilink
minus-squareonlinepersona@programming.devlinkfedilinkarrow-up5·20 hours agoBut why is libc necessary in the first place? Are the functions not provided by the stdlib of rust?
minus-squareAnanace@lemmy.ananace.devlinkfedilinkarrow-up20·edit-219 hours agoNo, the Rust standard library only contains functions useful for standard Rust, not POSIX/Linux user-space -specific functionality from 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.