cargo-component
cargo-component copied to clipboard
`.gitignore` for `src/bindings.rs`?
Should generated files be in the .gitignore
? Generally preferred for generated files.
Currently, cargo component build
needs to run before subsequent other cargo
commands can run, like cargo clippy
and cargo test
.
If you have a workspace with multiple cargo component
crates as well as non-component crates, which is common, then there needs to be a way to handle this elgantly.