dashcubeit@lemmy.world to Rust@programming.dev · 2 years agoRust Port for Fish Shell is Almost Ready for a Beta Releasenews.itsfoss.comexternal-linkmessage-square19fedilinkarrow-up199arrow-down13
arrow-up196arrow-down1external-linkRust Port for Fish Shell is Almost Ready for a Beta Releasenews.itsfoss.comdashcubeit@lemmy.world to Rust@programming.dev · 2 years agomessage-square19fedilink
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up4·2 years agoIt actually statically links the Rust standard library too. You can also avoid glibc by using musl with a one line change.
minus-squareBatmanAoD@programming.devlinkfedilinkarrow-up3·2 years agoOh, right, yes; of course it statically links the standard library. I was thinking of the fact that the standard lib is precompiled, but yes, it’s statically linked.
It actually statically links the Rust standard library too. You can also avoid glibc by using musl with a one line change.
Oh, right, yes; of course it statically links the standard library. I was thinking of the fact that the standard lib is precompiled, but yes, it’s statically linked.