Rust is a new programming language from Mozilla, it has been announced as the successor of C and C++.
In this talk, I will show how to use Rust to extend Python via CFFI or ctypes because you want to optimize your code. But do you know we can integrate Python in Rust.
Brief introduction to Rust
Why Rust is a good candidate for the replacement of C