lock-diff

Crates.iolock-diff
lib.rslock-diff
version0.1.0
sourcesrc
created_at2023-12-09 15:28:31.077166
updated_at2023-12-09 15:28:31.077166
descriptionDiff between `Cargo.lock`
homepage
repositoryhttps://github.com/jmg-duarte/lock-diff
max_upload_size
id1063754
size877,267
José Duarte (jmg-duarte)

documentation

https://docs.rs/lock-diff

README

🔒 lock-diff

Diff between Cargo.lock!

Usage

Using lock-diff is as simple as:

lock-diff <OLD-LOCK> <NEW-LOCK>

Features:

  • Pager support

  • Only shows changes by default (use -v to get everything)

  • Colorized out of the box (use --no-color to disable)

Install

You can install lock-diff through cargo.

cargo install lock-diff

Building from source

This crate does not depend on platform specific features, hence, building from source should be as easy as doing:

git clone https://github.com/jmg-duarte/lock-diff.git
cd lock-diff
cargo install --path .
Commit count: 5

cargo fmt