Adding polars and rust-python-coverage PyO3 examples

This commit is contained in:
Colin Jermain 2022-05-02 21:16:52 -04:00 committed by David Hewitt
parent c6055c03f1
commit baa026958b
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