• snaggen@programming.devOP
    link
    fedilink
    arrow-up
    8
    ·
    4 months ago

    I agree. I have written server software my entire career, and the need for performance is a corner case in my experience. The never crash in runtime aspect of rust should get much more attention (I know it can panic, but that really never happens in practice unless you use unwrap or smilar).