Building a Rust Crate #1072
Replies: 2 comments
-
Hey @EvilWatermelon, unfortunately OpenWPM relies heavily on Python as we expose most of our functionality by allowing users to extend the If you want to use OpenWPM from Rust, please have a look at Py03, but please keep in mind that there might be some weirdness related to the fact that OpenWPM is a multi-process application, so some Python code would likely be executed outside of the the Rust wrapper. |
Beta Was this translation helpful? Give feedback.
-
@vringar ok, thanks for your fast answer. I think using mqtt should be easier while using OpenWPM as an external service. |
Beta Was this translation helpful? Give feedback.
-
I found OpenWPM and want to use it for our project. Is it possible to implement a Rust crate? Or an API that is not bound on a specific programming language?
Beta Was this translation helpful? Give feedback.
All reactions