Skip to content

Commit

Permalink
Merge pull request #2351 from cjermain/add_examples
Browse files Browse the repository at this point in the history
Adding polars and rust-python-coverage PyO3 examples
  • Loading branch information
davidhewitt authored May 3, 2022
2 parents 0d807fc + baa0269 commit f6daa8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f6daa8d

Please sign in to comment.