Greetings,
I wrote a C++ source-to-source compiler that implicitly fixes all memory issues in a deterministic way so no need for garbage collectors, etc. Memory leaks, buffer overflows, unerased deallocated memory blocks, … are 70% of cybersecurity issues.
So instead of rewriting everything in Rust from scratch you can simply use the existing C++ Superset source-to-source compiler documented here:
That inject the following memory manager into existing C++ code:
Reinventing the wheel with Rust will take a huge amount of time, efforts and money. So I am looking for interested people to participate into this project.
Regards,
Phil Bouchard
CTO & Founder
www.fornux.com