Skip to content

Commit 1fe4eac

Browse files
authored
Merge pull request #77 from akhundMurad/docs/readme
Update README to clarify Rust acceleration
2 parents da2af42 + 79c7c6a commit 1fe4eac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TypeIDs are designed for modern systems where identifiers should be:
1616
- safe to expose externally
1717
- easy to reason about in logs, APIs, and databases
1818

19-
This library provides a Python package with optional Rust acceleration.
19+
This library provides a Python package with Rust acceleration.
2020

2121
## Key features
2222

@@ -197,7 +197,6 @@ Read more here: ["Docs: Explain"](https://akhundmurad.github.io/typeid-python/pe
197197
## Design principles
198198

199199
* **Non-breaking**: stable APIs
200-
* **Optional acceleration**: Rust is opt-in
201200
* **Lazy evaluation**: work is done only when needed
202201
* **Explainability**: identifiers carry meaning
203202
* **Transparency**: performance claims are backed by data

0 commit comments

Comments
 (0)