Snippet from other notes

This commit is contained in:
Bradlee Speice 2020-07-29 16:50:57 -04:00
parent 6faaa702fa
commit 9ee58b7daa

View File

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