From 42ab0f47adbb60148f4e5ea899ff808d87d5546d Mon Sep 17 00:00:00 2001 From: Kevin Heavey <24635973+kevinheavey@users.noreply.github.com> Date: Fri, 28 Jan 2022 10:33:18 +0000 Subject: [PATCH] add pyheck to examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 13a6d467..1acf9266 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,8 @@ about this topic. - [ormsgpack](https://github.com/aviramha/ormsgpack) _Fast Python msgpack library_ - [bed-reader](https://github.com/fastlmm/bed-reader) _Read and write the PLINK BED format, simply and efficiently_ - 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. ## Articles and other media