From 79c7c6a7b70227a3ca1d08b38fe9d6dfe162035b Mon Sep 17 00:00:00 2001 From: Murad Akhundov <73444365+akhundMurad@users.noreply.github.com> Date: Sun, 4 Jan 2026 22:46:06 +0100 Subject: [PATCH] Update README to clarify Rust acceleration Clarified the description of the library to indicate that Rust acceleration is not optional. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d52f35..3e47bf3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ TypeIDs are designed for modern systems where identifiers should be: - safe to expose externally - easy to reason about in logs, APIs, and databases -This library provides a Python package with optional Rust acceleration. +This library provides a Python package with Rust acceleration. ## Key features @@ -197,7 +197,6 @@ Read more here: ["Docs: Explain"](https://akhundmurad.github.io/typeid-python/pe ## Design principles * **Non-breaking**: stable APIs -* **Optional acceleration**: Rust is opt-in * **Lazy evaluation**: work is done only when needed * **Explainability**: identifiers carry meaning * **Transparency**: performance claims are backed by data