Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

  • @[email protected]
    link
    fedilink
    11
    edit-2
    4 months ago

    I saw that there was a new learning site for Rust that got a lot of attention on hacker news:

    https://rust-exercises.com/

    I plan to give it a shot in a few weeks. It’s similar to rustlings.

    But I haven’t worked on anything this week so slightly off topic. Just wanted to share.

    • @secanaOP
      link
      34 months ago

      Didn’t know that one. Thanks for sharing.

    • @GrizzlyMitts
      link
      14 months ago

      Started working on that this morning. when you use ‘wr’ to check your work if you see “skipping” at the end of the exercise, it means you’ve passed. Other than that it feels a bit like rustlings

  • @secanaOP
    link
    94 months ago

    I release a new version of https://kellnr.io with some bug fixes and updated Docker images (Ubuntu 24.04 base).

  • Alex
    link
    74 months ago

    Trying to reduce compilation time, reconfiguring underlying cargo’ build-ctx or just riding off the context and using only build-plan and metadata by host cargo & rustc in the cargo-playdate tool.

    • @secanaOP
      link
      14 months ago

      Ah yes, compiles times. Off all the things that could be better in rust, my number 1.

  • @[email protected]
    link
    fedilink
    74 months ago

    Currently (but very slowly) building a game engine. I don’t know how I got to this, but here we are…

    • @secanaOP
      link
      74 months ago

      I get the feeling that there are much more game engines in rust, than games :P

      • @[email protected]
        link
        fedilink
        34 months ago

        I’m not familiar with too many that are mature enough to support complex games with extremely detailed physics.