You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Is it possible to provide type hints (either automatically or manually generated) within the wheels?
This is currently not working for my simple project using rust-cpython
The text was updated successfully, but these errors were encountered:
Currently only manually provided type stub files are supported. You can take a look at this example project https://github.com/PyO3/maturin/tree/main/test-crates/pyo3-pure, all you need to provide is a <project_name>.pyi file for pure Rust layout project.
Hi!
Is it possible to provide type hints (either automatically or manually generated) within the wheels?
This is currently not working for my simple project using rust-cpython
The text was updated successfully, but these errors were encountered: