pyo3_nullify 0.1.0

Nullify usage of pyo3 proc macros
Documentation
  • Coverage
  • 0%
    0 out of 12 items documented0 out of 11 items with examples
  • Size
  • Source code size: 3.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 279.21 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ravi861

Pyo3 Nullifier

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.