You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: