Crates.io | pyo3_nullify |
lib.rs | pyo3_nullify |
version | 0.1.0 |
source | src |
created_at | 2023-04-14 07:19:33.16322 |
updated_at | 2023-04-14 07:19:33.16322 |
description | Nullify usage of pyo3 proc macros |
homepage | |
repository | https://github.com/ravi861/py03_nullify |
max_upload_size | |
id | 839002 |
size | 4,029 |
This is a simple crate to nullify usage of pyo3 macros. It basically to works around https://github.com/PyO3/pyo3/issues/780.
Refer to the examples directory.