We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2af42 commit 79c7c6aCopy full SHA for 79c7c6a
1 file changed
README.md
@@ -16,7 +16,7 @@ TypeIDs are designed for modern systems where identifiers should be:
16
- safe to expose externally
17
- easy to reason about in logs, APIs, and databases
18
19
-This library provides a Python package with optional Rust acceleration.
+This library provides a Python package with Rust acceleration.
20
21
## Key features
22
@@ -197,7 +197,6 @@ Read more here: ["Docs: Explain"](https://akhundmurad.github.io/typeid-python/pe
197
## Design principles
198
199
* **Non-breaking**: stable APIs
200
-* **Optional acceleration**: Rust is opt-in
201
* **Lazy evaluation**: work is done only when needed
202
* **Explainability**: identifiers carry meaning
203
* **Transparency**: performance claims are backed by data
0 commit comments