'A systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.' So think of it as C/C++ with out all the scariness, and we can extend Python for all our critical computation.
yaourt -S rust
cargo new pycall
Your Rust project has been created in the pycall directory
Once you have modified your Rust file in /src :
rustc src/lib.rs
Now that you have compiled your shared library you can hook to it in your Python Script
pypy pycall.py
<cffi.api.FFILibrary_src/liblib.so object at 0x0000000001130020>
20000