Merge pull request #2351 from cjermain/add_examples

Adding polars and rust-python-coverage PyO3 examples
This commit is contained in:
David Hewitt 2022-05-03 19:31:16 +01:00 committed by GitHub
commit f6daa8d290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,8 @@ about this topic.
- Shows Rayon/ndarray::parallel (including capturing errors, controlling thread num), Python types to Rust generics, Github Actions
- [pyheck](https://github.com/kevinheavey/pyheck) _Fast case conversion library, built by wrapping [heck](https://github.com/withoutboats/heck)_
- Quite easy to follow as there's not much code.
- [polars](https://github.com/pola-rs/polars) _Fast multi-threaded DataFrame library in Rust | Python | Node.js_
- [rust-python-coverage](https://github.com/cjermain/rust-python-coverage) _Example PyO3 project with automated test coverage for Rust and Python_
## Articles and other media