Cpp2Rust: Translates C++ to safe Rust automatically
1–10 of 22 posts
Re: Cpp2Rust: Translates C++ to safe Rust automatically
#2Re: Cpp2Rust: Translates C++ to safe Rust automatically
#3Why does the example not show an example of unsafe C++?
Re: Cpp2Rust: Translates C++ to safe Rust automatically
#4Re: Cpp2Rust: Translates C++ to safe Rust automatically
#5Re: Cpp2Rust: Translates C++ to safe Rust automatically
#6Re: Cpp2Rust: Translates C++ to safe Rust automatically
#7If I can autoport my C++ to Rust, and the port is confirmed identical, and the Rust is confirmed safe, can't I use that to reason about the safety of my C++? Is safe C++ just a matter of proving it has a safe Rust equivalent?
Re: Cpp2Rust: Translates C++ to safe Rust automatically
#8Re: Cpp2Rust: Translates C++ to safe Rust automatically
#9If I can autoport my C++ to Rust, and the port is confirmed identical, and the Rust is confirmed safe, can't I use that to reason about the safety of my C++? Is safe C++ just a matter of proving it has a safe Rust equivalent?
Re: Cpp2Rust: Translates C++ to safe Rust automatically
#10> Notable unsupported constructs include: union, volatile, goto, exceptions, bitfields, placement new, user-defined copy/move constructors, dynamic_cast, const_cast, base classes with fields or non-virtual methods, multiple inheritance, and multi-threaded code.