py2rs
py2rs copied to clipboard
A quick reference guide for the Pythonista in the process of becoming a Rustacean
There is a mismatch between function arguments and the data provided... ``` Compiling playground v0.0.1 (/playground) error[E0308]: mismatched types --> src/main.rs:2:13 | 2 | if b == 0 { |...
Hello, there is a scope of improvement in the README.md file along with fixing a few grammatical errors. I would like to work on it. Could you please assign this...
The currently listed equivalent to python's numpy is [numeric](https://crates.io/crates/numeric) which has last received an update in 2016 and seems to be dropping in popularity rapidly. I'd suggest the alternative crate...
There’s extra output in the Rust example, and I believe the Rust example is creating a thread whereas the python example is not (although it could be implicit as I’m...
I suggest put 2D/3D engine Bevy is very popular
Looks like the GitHub editor also changed the final line's EOL.
This PR enhances README.md
I found it a little confusing to read through all the examples in the README file. Perhaps if it were organized by topics in the examples folder it would be...