This is a small experiment inspired by the coreutils Rust port, wondering on how far one can get if only Rust tools are used. Currently it only consists of a tiny selection of statically compiled binaries using musl libc but in the future I want to try to compile without musl and use relibc or the mustang approach of skipping libc entirely. Also, currently a lot of common tools are lacking, there is no "ip" nor "ps" installed and a "curl" drop-in is also not present yet. See the TODO list ;)