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
{{ message }}
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.
Exporting metadata through the .h file is nice (because it uses existing setup) but quite a hack.
Keeping Python "client" library and Rust "server" library in sync is rather hard until shippai hits 1.0 -- you can pin the version in Cargo, but not really in Python
Python dependencies still have high cost
Ideas:
re 1 + 3: Generate Python wrapper from Rust code, let user check in Python wrapper
re 2: Just stabilize shippai to 1.0 and never change a thing ever
The text was updated successfully, but these errors were encountered:
Currently we have a few problems:
.h
file is nice (because it uses existing setup) but quite a hack.Ideas:
The text was updated successfully, but these errors were encountered: