this post was submitted on 30 Jul 2024
107 points (96.5% liked)

Rust

6046 readers
1 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] FizzyOrange 4 points 3 months ago (1 children)

It actually statically links the Rust standard library too. You can also avoid glibc by using musl with a one line change.

[โ€“] BatmanAoD 3 points 3 months ago

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.