• Tobias Hunger@programming.dev
    link
    fedilink
    arrow-up
    26
    ·
    17 hours ago

    Read the proposal: Lifetimes annotations, the rust standard library (incl. basic types like Vec, ARc, …), first class tuples, pattern matching, destructive moves, unsafe, it is all in there.

    The proposal is really to bolt on Rust to the side of C++, with all the compatibility problems that brings by necessity.