Skip to content

Commit 7da1b03

Browse files
authored
Update README.md
1 parent ae465f3 commit 7da1b03

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ I can mention [Milksnake](https://github.com/getsentry/milksnake) created by Arm
3737

3838
> See a complete reference list at the bottom.
3939
40-
For this post I am going to use [Rust Cpython](https://github.com/dgrunwald/rust-cpython) as it is the only one I have tested and found straighforward to use.
40+
For this post, I am going to use [Rust Cpython](https://github.com/dgrunwald/rust-cpython), it's the only one I have tested, it is compatible with **stable version of Rust** and found it straightforward to use.
41+
42+
> **NOTE**: [PyO3](https://github.com/PyO3/pyo3) is a fork of rust-cpython, comes with many improvements, but works only with the nightly version of Rust, so I prefered to use the stable for this post, anyway the examples here must work also with PyO3.
4143
4244
**Pros:** It is really easy to write Rust functions and import from Python and as you will see by the benchmarks it worth in terms of performance.
4345

0 commit comments

Comments
 (0)