pyo3 0.28.3

Bindings to Python interpreter
Documentation
1
2
3
4
5
6
// Brings in `test_utils` from the `tests` directory
//
// to make that file function (lots of references to `pyo3` within it) need
// re-bind `crate` as pyo3
use crate as pyo3;
include!("../tests/test_utils/mod.rs");