cargo-open
Cargo crates - Stable Diffusion 2024
I’ve released a rust crate called cargo-open. It provides a handy cargo subcommand that opens an installed crate’s directory in your $EDITOR
. It’s modelled on bundle open
from Ruby’s Bundler.
To install it, run:
cargo install cargo-open
Then:
cargo open crate-name
Note that this is meant for inspecting a crate’s contents, making changes is not a good idea.
Have fun! 🦀