LukeMathWalker / LukeMathWalker/cargo-chef
Feature request: very verbose log output
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2.7k
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
Description
Hi there,
it would be really handy if `cargo-chef` had a "very verbose" (`-vv` = very verbose/build.rs output) flag like cargo itself.
So that when you are building complex C dependencies it doesn't seem like the build process got stuck somewhere (idk if you can relate).
If you want me to I can also have a look at the codebase and open a PR :)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how cargo-chef invokes cargo and how its CLI handles verbosity. Compare the requested -vv behavior with Cargo's very-verbose output, then run the relevant cargo-chef command against a project with a build.rs; done means build.rs output is visible under -vv.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100