107
Rust Port for Fish Shell is Almost Ready for a Beta Release
(news.itsfoss.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
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.