Snippet from other notes

release-the-gil-pt2
Bradlee Speice 2020-07-29 16:50:57 -04:00
parent 6faaa702fa
commit 9ee58b7daa
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@ void recurse_unlock() {
# PyO3
Now that pyo3 is stable, represents a great candidate for bridge.
```rust
use pyo3::prelude::*;
use pyo3::wrap_pyfunction;