Lessons learned from a successful Rust rewrite
⏴ Back to all articles
Published on 2024-10-30
Table of contents
What worked well
What did not work so well
I am still chasing Undefined Behavior
Miri does not always work and I still have to use Valgrind
I am still chasing memory leaks
Cross-compilation does not always work
Cbindgen does not always work
Unstable ABI
No support for custom memory allocators
Complexity
Conclusion
Discussions: /r/rust, /r/programming
I have written about my on-going rewrite-it-to-Rust effort at work: 1, 2, 3. And n...
Read more at gaultier.github.io