From d83268d26ad6f71d4a1194425ca5ec003e13adfa Mon Sep 17 00:00:00 2001 From: chiri Date: Sun, 28 Dec 2025 22:41:26 +0300 Subject: [PATCH 1/2] add `toml-rs` to examples GH: https://github.com/lava-sh/toml-rs PyPi: https://pypi.org/project/toml-rs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08d41e629d6..a2cc3f3f551 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ about this topic. - [tiktoken](https://github.com/openai/tiktoken) _A fast BPE tokeniser for use with OpenAI's models._ - [tokenizers](https://github.com/huggingface/tokenizers/tree/main/bindings/python) _Python bindings to the Hugging Face tokenizers (NLP) written in Rust._ - [tzfpy](http://github.com/ringsaturn/tzfpy) _A fast package to convert longitude/latitude to timezone name._ +- [toml-rs](https://github.com/lava-sh/toml-rs) _A High-Performance TOML v1.0.0 and v1.1.0 parser for Python written in Rust_ - [utiles](https://github.com/jessekrubin/utiles) _Fast Python web-map tile utilities_ ## Articles and other media From e26cc875b3a9189843bb9a740f1c0dadac602875 Mon Sep 17 00:00:00 2001 From: chiri Date: Sun, 28 Dec 2025 22:42:51 +0300 Subject: [PATCH 2/2] add dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2cc3f3f551..858d4e65f6d 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ about this topic. - [tiktoken](https://github.com/openai/tiktoken) _A fast BPE tokeniser for use with OpenAI's models._ - [tokenizers](https://github.com/huggingface/tokenizers/tree/main/bindings/python) _Python bindings to the Hugging Face tokenizers (NLP) written in Rust._ - [tzfpy](http://github.com/ringsaturn/tzfpy) _A fast package to convert longitude/latitude to timezone name._ -- [toml-rs](https://github.com/lava-sh/toml-rs) _A High-Performance TOML v1.0.0 and v1.1.0 parser for Python written in Rust_ +- [toml-rs](https://github.com/lava-sh/toml-rs) _A High-Performance TOML v1.0.0 and v1.1.0 parser for Python written in Rust._ - [utiles](https://github.com/jessekrubin/utiles) _Fast Python web-map tile utilities_ ## Articles and other media