To avoid the headache of distributing libquilc.core alongside libquilc.so, etc. can we just include it in the Rust library with `include_bytes!`?
To avoid the headache of distributing libquilc.core alongside libquilc.so, etc. can we just include it in the Rust library with
include_bytes!?