1 2 3 4 5
# Pyo3 Nullifier This is a simple crate to nullify usage of [pyo3](https://docs.rs/pyo3/latest/pyo3/) macros. It basically to works around https://github.com/PyO3/pyo3/issues/780. Refer to the examples directory.