After watching this video, I’m tempted to give it a try myself. The idea of swapping out traditional CLI tools for Rust-based alternatives is intriguing, and I’m curious to know if anyone has undertaken such an endeavor.

I’m also on the lookout for dotfiles that primarily feature configurations for Rust tools. I find it both educational and entertaining to explore other people’s configurations. I stumbled upon this repository, but I’m interested in discovering more if possible.

  • 520@kbin.social
    link
    fedilink
    arrow-up
    43
    arrow-down
    3
    ·
    10 months ago

    I wouldn’t necessarily call it dumb.

    Rust is much more of a drop in replacement for C/C++ than Java ever was, and it carries some serious benefits over C/C++ like proper memory management and a modern library and packaging system.

    Rebasing to Rust might genuinely be a good idea for some of these tools.