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

  • sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    5 个月前

    Have you looked at Redox OS? It’s a microkernel-based OS written in Rust, and I’m guessing they could use something like this. I don’t know what support they already have, but surely they don’t have every basic filesystem implemented.

    That said, the GPL v3 may be problematic, depending on the project. Still cool regardless though.

    • Rat Cornu@ani.social
      link
      fedilink
      arrow-up
      2
      ·
      5 个月前

      Thanks! Yes I look into RedoxOS and I would like to take a look deeper in it to see if the FS could be interesting to implement