crust
crust copied to clipboard
idiomatic rust?
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.