cargo-gccrs icon indicating copy to clipboard operation
cargo-gccrs copied to clipboard

Improve `Args` interface to make it more extensible

Open CohenArthur opened this issue 2 years ago • 0 comments

It's currently really annoying to add new arguments to give to our gccrs invocation. We should think about having an Argument trait which could be converted from a rustc arg, validated, and passed as a string to a gccrs invocation

CohenArthur avatar May 12 '22 20:05 CohenArthur