Re: Safe C++
So far there is just a paper -- and statements from influential committee members that other venues should be checked first. It will probably be decades before this gets accepted, if at all. Thatv the author recently wrote that Safe C++ should be a vehicle to off-ramp code to rust and around use the rust standard library is probably not going to help I am afraid.
You are also unerlaubt the effort involved from going from unsafe to safe C++. It needs a new typ of references, new move semantics, an entire new standard library with new vector and option types and lots more (or straight out using the stabdard library from rust), and requires rearchitecting the entire codebase to be more like rustbthan C++.
There is also no Safe C proposal at all, this is all C++ only.