Is the library using a python extension for rust or communicating using sockets? #112
Answered
by
kemingy
AbhishekBose
asked this question in
Q&A
-
Wanted to understand how is the python interface communicating with the Rust backend |
Beta Was this translation helpful? Give feedback.
Answered by
kemingy
Jan 15, 2022
Replies: 1 comment
-
By using the Unix domain socket. You can check the protocol part. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AbhishekBose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By using the Unix domain socket. You can check the protocol part.