cockmushroom@reddthat.com to Programmer Humor@programming.dev · 3 days agoAn appropriate amount of work to slap an MIT license on somebody else's workreddthat.comimagemessage-square23linkfedilinkarrow-up165arrow-down137
arrow-up128arrow-down1imageAn appropriate amount of work to slap an MIT license on somebody else's workreddthat.comcockmushroom@reddthat.com to Programmer Humor@programming.dev · 3 days agomessage-square23linkfedilink
minus-squareonlinepersona@programming.devlinkfedilinkarrow-up6·2 days agoBut why is libc necessary in the first place? Are the functions not provided by the stdlib of rust?
minus-squareAnanace@lemmy.ananace.devlinkfedilinkarrow-up24·2 days 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.