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

Rust implementation #30

Closed
tsoutsman opened this issue Apr 9, 2021 · 0 comments
Closed

Rust implementation #30

tsoutsman opened this issue Apr 9, 2021 · 0 comments

Comments

@tsoutsman
Copy link

Hi, I've started developing MicroQiskit in Rust which I should finish reasonably soon. I have a question concerning the distribution: most rust libraries are published as crates (like packages in python) on crates.io, making it very easy to add dependencies to a project. Should I implement MicroQiskit as a crate or as just a single file that users can then import? The package route would only generate two additional TOML files.

However, placing it on crates.io means that either I would host a separate GitHub repo with the source, or the owner of this repo would log in to crates.io using GitHub and add the crate as a subdirectory of this repo - ensuring any future changes to the code are reflected on crates.io.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant