5 ms·
Here is a simple example I just threw together of calling a Rust function from within Cython: https://github.com/synapticarbors/rust-cython-test https://github.
by synparb 11y ago
Here is a simple example I just threw together of calling a Rust function from within Cython:
https://github.com/synapticarbors/rust-cython-test https://github.com/synapticarbors/rust-cython-test
I use cython extensively in my work and it's super productive for me as well, but I could see maybe toying with Rust more in the future for some really specialized things.