@[email protected] to Rust • 1 month agoRust Port for Fish Shell is Almost Ready for a Beta Releasenews.itsfoss.comexternal-linkmessage-square20fedilinkarrow-up1110arrow-down14
arrow-up1106arrow-down1external-linkRust Port for Fish Shell is Almost Ready for a Beta Releasenews.itsfoss.com@[email protected] to Rust • 1 month agomessage-square20fedilink
minus-square@FizzyOrangelink4•1 month agoIt actually statically links the Rust standard library too. You can also avoid glibc by using musl with a one line change.
minus-square@BatmanAoDlink3•1 month 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.