crust icon indicating copy to clipboard operation
crust copied to clipboard

idiomatic rust?

Open Shadowblitz16 opened this issue 5 months ago • 0 comments

Is it possible to use this to convert a whole cpp project to idiomatic rust?

I realized it might have a few issues.

Here is what I was thinking could cause them...

  • Cpp maybe / option types
  • Cpp exceptions
  • The fact your transpiler doesn't detect mutable vs immutable variables without specifying for in the terminal.
  • Cpp Templates

There could be some more but those are the ones I could think of.

Shadowblitz16 avatar Sep 30 '25 18:09 Shadowblitz16