Hacker News new | ask | show | jobs
by ReactiveJelly 1367 days ago
Wouldn't pip install and import be equivalent to "cargo new; cargo add; cargo check"?
1 comments

I think what they're saying is that there isn't always an acceptable third party crate for what they need, but the python ecosystem is more likely to have that front covered.
It’s not until you get well in to your rust project that you realise the only crate for something is missing the feature you need and contemplate if it’s easier to restart in python or submit a PR to the library.