Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Explore alternative ways of generating metadata #10

Open
untitaker opened this issue Apr 27, 2018 · 0 comments
Open

Explore alternative ways of generating metadata #10

untitaker opened this issue Apr 27, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@untitaker
Copy link
Owner

Currently we have a few problems:

  1. Exporting metadata through the .h file is nice (because it uses existing setup) but quite a hack.
  2. 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
  3. 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
@untitaker untitaker added enhancement New feature or request help wanted Extra attention is needed labels Apr 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant