It also interesting to note that in contrast Rust stdlib does depend on glibc. It does not even work on musl, that is on the wishlist: https://github.com/rust-lang/rfcs/issues/625
Of course you can use Rust without stdlib, but that leaves you with fairly barebones language.
Comments
It also interesting to note that in contrast Rust stdlib does depend on glibc. It does not even work on musl, that is on the wishlist: https://github.com/rust-lang/rfcs/issues/625
Of course you can use Rust without stdlib, but that leaves you with fairly barebones language.