There were some programs I wanted to try out which were written in Rust, but I didn't install them when I saw that rust requires ~500 MB. Some bloated dependencies! I just hope this doesn't end up another thing requiring forks.
https://linux.slashdot.org/story/21/03/20/0321230/rust-takes-tentative-first-step-toward-linux-kernel?utm_source
and you haven't installed haskell yet :D :D :D
mandatory? i don't know, but if all developers program in Rust in the future, it will be mandatory
Well, it appears I have pandoc-bin, which doesn't include ~750 MB of Haskell dependencies. :P Apparently, I also have ghc-libs installed, but those two are the only packages having to do with Haskell that I have installed.
I can imagine that if the drivers become written in Rust in the future, it will be mandatory at least when compiling the kernel from source. I'm not familiar with Rust, so I can't tell if there will also be dependencies for the prebuilt version.
pandoc-bin we have in our repo too ;) you can install it by pacman -S pandoc (PKGBUILD is designed as fully archlinux's pandoc replacement)