Rust is a relatively new programming language that targets efficient and safe systems-level applications. It includes sophisticated type system allows for provable memory- thread-safety, explicitly designed to take the place of unsafe languages such as C C++ in coding ecosystem. There large existing codebase (many which have been affected by bugs security vulnerabilities due unsafety) would ben...