You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with FPGA I use this crate as a build dependency library to generate code (because my FPGA configuration changes).
But this also means that I have to pull some extra deps, such as clap.
I would like to request to separate executable and generation library.