Abstract: Static analysis is the process of analyzing software code without executing the software. It can help find bugs and potential problems in software that may only appear at runtime. Although ...
Right now we have two modes of linking against libqiskit for the qiskit-sys crate, cloning and building it from source or giving a path to an assumed qiskit repo (it only requires a dist/c/lib and ...
We need to independently document the qiskit-sys library. For the most part the api documentation is handled for us by bindgen that generates all the code in the crate. But we need to have a README ...