Crate pyo3_stub_gen_derive
Source - gen_stub 🔒
- Code generation for embedding metadata for generating Python stub file.
- gen_stub_pyclass
- Embed metadata for Python stub file generation for
#[pyclass]
macro - gen_stub_pyclass_complex_enum
- Embed metadata for Python stub file generation for
#[pyclass]
macro with a complex enum - gen_stub_pyclass_enum
- Embed metadata for Python stub file generation for
#[pyclass]
macro with enum - gen_stub_pyfunction
- Embed metadata for Python stub file generation for
#[pyfunction]
macro - gen_stub_pymethods
- Embed metadata for Python stub file generation for
#[pymethods]
macro