cockmushroom@reddthat.com to Programmer Humor@programming.dev · 26 天前An appropriate amount of work to slap an MIT license on somebody else's workreddthat.comimagemessage-square23linkfedilinkarrow-up166arrow-down138
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 · 26 天前message-square23linkfedilink
minus-squareAnanace@lemmy.ananace.devlinkfedilinkarrow-up36·26 天前Because it’s a rust implementation of coreutils, and not a rust implementation of coreutils and libc?
minus-squareonlinepersona@programming.devlinkfedilinkarrow-up6arrow-down1·25 天前But why is libc necessary in the first place? Are the functions not provided by the stdlib of rust?
minus-squareAnanace@lemmy.ananace.devlinkfedilinkarrow-up24·25 天前No, the Rust standard library only contains functions useful for standard Rust, not POSIX/Linux user-space -specific functionality from libc.
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.