Skip to content

Enable depending on pkgs to re-use interfaces such as Backend #2275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
absoludity opened this issue Apr 3, 2025 · 0 comments
Open

Enable depending on pkgs to re-use interfaces such as Backend #2275

absoludity opened this issue Apr 3, 2025 · 0 comments
Labels
enhancement New feature or request needs triage

Comments

@absoludity
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The rust packages aren't available on crates.io. Particularly, I'd like to use the Backend trait but currently I either have to use the GH repo in my cargo.toml or copy the code in.

Just wondering is there a reason the packages aren't published on crates.io (or somewhere where they are published?)

Describe the solution you'd like

I'd like to be able to add my own implementation of Backend and test it out easily. I'm currently planning to test against the QIR SparseSim, but that also doesn't appear to be a published crate (I'm using the GH repo in my cargo.toml).

Describe alternatives you've considered

Using a tag with the GH repo in my Cargo.toml is what I'm doing currently.

@absoludity absoludity added enhancement New feature or request needs triage labels Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage
Projects
None yet
Development

No branches or pull requests

1 participant