PyO3 does not natively support exporting typing annotations from rust. This makes it a bit cumbersome to work with the library, as the python LSP cannot provide direct feedback to the user.
We should find a way to add the typing annotations to the exported wheel, ideally while also preserving the doc-strings present in rust.
PyO3 does not natively support exporting typing annotations from rust. This makes it a bit cumbersome to work with the library, as the python LSP cannot provide direct feedback to the user.
We should find a way to add the typing annotations to the exported wheel, ideally while also preserving the doc-strings present in rust.
todo for myself: link relevant docs.