We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now we are returning all results:
semsimian/src/lib.rs
Line 90 in 11fff68
These docs/stack overflow resources imply it's pretty straightforward: https://pyo3.rs/main/doc/pyo3/types/struct.pyiterator https://stackoverflow.com/questions/75459915/how-do-i-return-rust-iterator-from-a-python-module-function-using-pyo3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now we are returning all results:
semsimian/src/lib.rs
Line 90 in 11fff68
like so in Oak, but it would probably be way more efficient to return an iterator instead:
These docs/stack overflow resources imply it's pretty straightforward:
https://pyo3.rs/main/doc/pyo3/types/struct.pyiterator
https://stackoverflow.com/questions/75459915/how-do-i-return-rust-iterator-from-a-python-module-function-using-pyo3
The text was updated successfully, but these errors were encountered: