Yazi - Blazing fast terminal file manager written in Rust, based on async I/O - eviltoast

Can’t imagine using my system without this.

  • JustAnotherKay@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    Admittedly I haven’t looked into too many rust applications but IME they generally don’t have a deb/rpm/binary or whatever. I’ve always had to cargo them in - it’s a relatively painless process. My understanding is that, in a similar fashion to python, you have to have the same dependencies on the source and target machine and cargo handles that in rusts case