Clot@lemm.ee to Rust@programming.devEnglish · 1 month agoRust Coreutils 0.1 Released With Big Performance Gains - Can Match Or Exceed GNU Speedwww.phoronix.comexternal-linkmessage-square19fedilinkarrow-up142arrow-down14
arrow-up138arrow-down1external-linkRust Coreutils 0.1 Released With Big Performance Gains - Can Match Or Exceed GNU Speedwww.phoronix.comClot@lemm.ee to Rust@programming.devEnglish · 1 month agomessage-square19fedilink
minus-squarepemptago@lemmy.mllinkfedilinkEnglisharrow-up6·edit-21 month agoIt’s also a great learning opportunity to see how core tools like cat, ls, etc are written in rust. Relevant repo dir: https://github.com/uutils/coreutils/tree/main/src/uu
It’s also a great learning opportunity to see how core tools like
cat
,ls
, etc are written in rust. Relevant repo dir: https://github.com/uutils/coreutils/tree/main/src/uu