Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm pretty new to Rust, and I'm trying to implement some simple http server that will do some numbercunching using rust and then when done - call some python callback function
so that from python side my module will look like this:
so I took example from hyper and pyo3 :
but that gives me compilation errors:
can some one help me fix this code
and is it actually safe calling python functions from this or it should be wrapped somehow ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions