• pelya
    link
    fedilink
    42 months ago

    I guess it will translate the majority of the code which does not contain unsafe parts, and leave the pointer manipulation for manual rewrite.

    • @FlorianSimon
      link
      22 months ago

      Or maybe it’ll write the unsafe parts in unsafe blocks?

      • pelya
        link
        fedilink
        22 months ago

        Then there’s no point. Converting the code to Rust as-is will also transfer all the bugs.

        • @FlorianSimon
          link
          42 months ago

          There is. It’s a starting point to start converting the code to safe Rust. Some obstacles are removed.