• Tywele
    link
    fedilink
    410 months ago

    As someone who doesn’t know Rust, only C#. What makes Rust so loved?

      • @Starfighter@discuss.tchncs.de
        link
        fedilink
        3
        edit-2
        10 months ago

        Even more important is the quality of the standard toolchain. It comes with nearly everything you will ever need and makes development and reproducibility much much easier than the toolchains encountered with other languages.

        Take the compiler error messages for example. Cargo is a breeze against the dependency complications when working with make. Or how many packages come with useful rustdoc pages on docs.rs.