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

A cargo subcommand to fetch the source code of a Rust crate

Results 13 cargo-clone issues
Sort by recently updated
recently updated
newest added

Can I use cargo clone from my Rust app as a library rather than an executable? It would be nice in my case, rather than spawning a process to run...

Useful in case one needs to make a modification to a dependencies source, and would like to subsequently use the edited checkout instead of a cargo managed checkout. Ie: ```...

enhancement
help wanted

Depending on Cargo makes the build time unreasonable. Last time I heard it Cargo team was not too keen on including cargo-clone into Cargo, that's why it doesn't make sense...

enhancement
help wanted

Is there a pull request or issue tracking getting this merged into https://github.com/rust-lang/cargo ?

Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.12 to 2.0.13. Changelog Sourced from assert_cmd's changelog. [2.0.13] - 2024-01-12 Internal Dependency update Commits 19da72b chore: Release assert_cmd version 2.0.13 db5ee32 docs: Update changelog 86d96ed chore:...

dependencies
rust

Follow up on #53 AFAIK there is no real standard around that but a lot of packages are using hyphens in their names (while not allowed in imports) yet some...

enhancement
help wanted

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.17 to 4.5.20. Release notes Sourced from clap's releases. v4.5.19 [4.5.19] - 2024-10-01 Internal Update dependencies v4.5.18 [4.5.18] - 2024-09-20 Features (builder) Expose Arg::get_display_order and Command::get_display_order Changelog...

dependencies
rust

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.12.0 to 3.13.0. Changelog Sourced from tempfile's changelog. 3.13.0 Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension)....

dependencies
rust

Would be nice if it build out of the box whether or not openssl was correctly configured. rustls has been the pure rust go to in the past. The system...

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions