• sugar_in_your_tea
    link
    fedilink
    arrow-up
    3
    ·
    20 hours ago

    Adds Future and IntoFuture to the prelude.

    Woo!

    std::env::set_var, std::env::remove_var… are now unsafe functions.

    That’s unfortunate. I understand why it’s unsafe, but it would be cool if they were atomic or something instead. I don’t really want to clutter code with unsafe for things that are technically safe in context (e.g. unit tests for config parsing).

    async closures

    Baller.

    Other cool stuff as usual, so I’ll be updating soon. Congrats on the release!