Description
Fetches the source code for a Rust crate from the Cargo ecosystem. It is useful when developers need to inspect, patch, audit, or study a dependency locally.
Use it when reading dependency source is easier than browsing online. The cloned code is a copy for inspection or development; it does not automatically change the dependency used by another project.