From baa026958b714d3df3309d492bed44b01daa41af Mon Sep 17 00:00:00 2001 From: Colin Jermain Date: Mon, 2 May 2022 21:16:52 -0400 Subject: [PATCH] Adding polars and rust-python-coverage PyO3 examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 01637bbcc88..76a2581ee78 100644 --- a/README.md +++ b/README.md @@ -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