Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.

  • fxdave
    link
    fedilink
    arrow-up
    3
    arrow-down
    5
    ·
    edit-2
    1 month ago

    I use rust only if we need performance, for small services. The industry does the same. People use node for backend but e.g. redis is in rust. It’s a good tool if you use it for the right stuff.

    EDIT: redis is not in rust, but e.g. aws writes many services in rust