Hacker News new | ask | show | jobs
by shoobs 1274 days ago
I implemented a well known curve simplification algorithm in Rust, and was pleasantly surprised how easy the interaction with Python was. For packaging, setuptools_rust was great, and I too used PyO3 for the bindings. I haven't tried Rumpy yet, but it looks interesting.
1 comments

> I haven't tried Rumpy yet, but it looks interesting.

Do you mean maturin? Rumpy is TFA's demo project.

Oops, yep, my mistake.