Skip to content

Commit 5c3b286

Browse files
jqueguinerclaude
andcommitted
docs: add cargo install instructions
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent bef5342 commit 5c3b286

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ Installation
143143

144144
pip install words2num2
145145

146+
**cargo** (Rust) — the compiled core is published on crates.io as
147+
`words2num2-core <https://crates.io/crates/words2num2-core>`_::
148+
149+
cargo add words2num2-core
150+
146151
That's it — the wheel bundles the Python binder and the compiled Rust
147152
extension, and ``words2num2`` has **no runtime dependencies** (the num2words2
148153
conversion engine is compiled in, so you do *not* need the num2words2 package).

0 commit comments

Comments
 (0)