avast / avast/cargo-depdiff

Diff support

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Be able to provide a diff of a given dependency between versions. Something like:

```
cargo depdiff -d name-of-dependency main..this-branch
```

And if the dependency changed from version X to Y, it would print the diff between its versions X and Y.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing the existing `cargo depdiff` command and how it identifies dependency versions; the issue provides the proposed `-d name-of-dependency main..this-branch` entry point. Define how the selected dependency and its versions are resolved, then verify that the command reports the diff between versions X and Y when the dependency changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.