Can `cargo expand` be made available in the standard build environment?
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.2k
- Forks
- 232
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 60
Description
Crate name
sqltk
Build failure link
https://docs.rs/crate/sqltk/0.4.0/builds/1636051
Additional details
sqltk's build.rs requires cargo expand to be available.
My testing indicates that it is not installed on the build environment, and lack of network access in build.rs prevents me from installing it.
Is it actually installed, and perhaps I'm invoking it incorrectly? If not, can I request that it be added to the standard build environment?
Kind regards,
James.
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 with sqltk's build.rs and the linked docs.rs build failure, then inspect how the standard docs.rs build environment provisions Cargo tools. Confirm whether cargo expand is available and whether adding it is supported; done when the environment behavior and any required configuration are documented or resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100