Replies: 1 comment
-
It's hard to recommend an approach without understanding why you want to do this, but you should probably get a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to do the following:
Could you tell me idiomatic way ?
I tried myself but something got weird.
Another pure python multiprocessing function was stuck after the pyo3 function.
My trial was making a wrapper struct having py₩<pystring₩> and pybackedstr.
I used str slice from pybackedstr for rust function in par iter and return py₩<pystring₩>.
Beta Was this translation helpful? Give feedback.
All reactions