Move more convenience wrapper logic from pyqir
crate down into qirlib
#313
Labels
enhancement
New feature or request
8000
pyqir
crate down into qirlib
#313
As we extend some of the LLVM patterns we wrap in Rust (see for example #311), we should do a refactor to move logic and wrappers into the
qirlib
crate for consistency and use from other Rust projects. That way thepyqir
crate is really just the code needed to expose types and methods into Python via PyO3 and the whole API surface is accessible with justqirlib
.The text was updated successfully, but these errors were encountered: