Open boludoz opened 1 month ago
You can compile the project as dynamic linked library but there is no effort into testing what the library is capable of when doing so. You can reference docs on this matter
As an alternative you can look into pyo3. You can wrap xitca-web
with it into a new crate and compile it to a dynamic library where python can import and use it easily.
Would it be possible to call this server through an SO/DLL interface?