Rust

Tag: Rust

Calling Rust code from Python with ctypes

2 minute read

As I was learning, I came across an idea: what if I get to call Rust code from Python? Then I can take advantage of Rust’s speed in Python.