From 6917503478fd10419996a702c84997e9caf07bd5 Mon Sep 17 00:00:00 2001 From: Ritwik Tiwari Date: Sat, 21 Feb 2026 23:20:12 -0800 Subject: [PATCH 1/4] add awesome python-rs --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e4206342..2239a967 100644 --- a/readme.md +++ b/readme.md @@ -214,6 +214,7 @@ - [Data Science](https://github.com/krzjoa/awesome-python-data-science#readme) - Data analysis and machine learning. - [Typing](https://github.com/typeddjango/awesome-python-typing#readme) - Optional static typing for Python. - [MicroPython](https://github.com/mcauser/awesome-micropython#readme) - A lean and efficient implementation of Python 3 for microcontrollers. + - [Python-rs](https://github.com/ritwiktiwari/awesome-python-rs#readme) - Python tools, libraries, and frameworks built with Rust. - [Rust](https://github.com/rust-unofficial/awesome-rust#readme) - [Pest](https://github.com/pest-parser/awesome-pest#readme) - Parser generator. - [Haskell](https://github.com/krispo/awesome-haskell#readme) From dd6bdd814ca63b2251885a804070c439a3c93b65 Mon Sep 17 00:00:00 2001 From: Ritwik Tiwari Date: Wed, 1 Apr 2026 18:45:01 -0700 Subject: [PATCH 2/4] fix names --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2239a967..e7baf2ed 100644 --- a/readme.md +++ b/readme.md @@ -92,6 +92,7 @@ ## Contents +- [Contents](#contents) - [Platforms](#platforms) - [Programming Languages](#programming-languages) - [Front-End Development](#front-end-development) @@ -214,7 +215,7 @@ - [Data Science](https://github.com/krzjoa/awesome-python-data-science#readme) - Data analysis and machine learning. - [Typing](https://github.com/typeddjango/awesome-python-typing#readme) - Optional static typing for Python. - [MicroPython](https://github.com/mcauser/awesome-micropython#readme) - A lean and efficient implementation of Python 3 for microcontrollers. - - [Python-rs](https://github.com/ritwiktiwari/awesome-python-rs#readme) - Python tools, libraries, and frameworks built with Rust. + - [Python Rs](https://github.com/ritwiktiwari/awesome-python-rs#readme) - Python tools, libraries, and frameworks powered by Rust. - [Rust](https://github.com/rust-unofficial/awesome-rust#readme) - [Pest](https://github.com/pest-parser/awesome-pest#readme) - Parser generator. - [Haskell](https://github.com/krispo/awesome-haskell#readme) From 170a7193c22d96a4f95efda4296bcd8bdaaf8f2a Mon Sep 17 00:00:00 2001 From: Ritwik Tiwari Date: Wed, 1 Apr 2026 21:24:35 -0700 Subject: [PATCH 3/4] project subject update --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e7baf2ed..a043beb0 100644 --- a/readme.md +++ b/readme.md @@ -215,7 +215,7 @@ - [Data Science](https://github.com/krzjoa/awesome-python-data-science#readme) - Data analysis and machine learning. - [Typing](https://github.com/typeddjango/awesome-python-typing#readme) - Optional static typing for Python. - [MicroPython](https://github.com/mcauser/awesome-micropython#readme) - A lean and efficient implementation of Python 3 for microcontrollers. - - [Python Rs](https://github.com/ritwiktiwari/awesome-python-rs#readme) - Python tools, libraries, and frameworks powered by Rust. + - [Python Rs](https://github.com/ritwiktiwari/awesome-python-rs#readme) - Python tools, libraries, and frameworks with Rust under the hood. - [Rust](https://github.com/rust-unofficial/awesome-rust#readme) - [Pest](https://github.com/pest-parser/awesome-pest#readme) - Parser generator. - [Haskell](https://github.com/krispo/awesome-haskell#readme) From e7754477bbbe552b2cdb54c97d33073db15593ec Mon Sep 17 00:00:00 2001 From: Ritwik Tiwari Date: Wed, 1 Apr 2026 21:40:55 -0700 Subject: [PATCH 4/4] fix --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index a043beb0..07e4ef66 100644 --- a/readme.md +++ b/readme.md @@ -92,7 +92,6 @@ ## Contents -- [Contents](#contents) - [Platforms](#platforms) - [Programming Languages](#programming-languages) - [Front-End Development](#front-end-development)