diff.rs
diff.rs copied to clipboard
Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.
Someone pointed out a fork of clap called [palc](https://crates.io/crates/palc) and I wanted to diff it against `clap` to see if anything changed, whether for good or ill intent. I could...
The information is usually present. For context for the use case, see https://rust-lang.zulipchat.com/#narrow/stream/318791-t-crates-io/topic/Link.20to.20where.20the.20sources.20of.20a.20crate.20are.20located.20in.20git/near/429819690
Some different options for rendering the diffs: - Side-by-side mode (easier to read files that way, but takes more screen width) - Collapse non-changed regions (easier to skim changes that...
Heyo, I've dug a bit and found this issue which seems to have been resolved at the time (https://github.com/xfbs/diff.rs/issues/6). When I access diff.rs today (I've tried Brave and Safari), I...
Hello everyone! diff.rs is an essential website for us to review changes whenever we update dependencies and we love it for that, but I've noticed that whenever I select a...
Hi, I am using diff.rs quite a lot recently. I mainly use it with cargo-vet to audit code diffs reasonably quick and comfortable, and would love to use it for...
See for example https://diff.rs/read-fonts/0.22.3/read-fonts/0.22.4/. The diff appears to be the entire crate source. I *think* this is because 0.22.4 has been yanked.
fixes #35 sry, might be, that i was a bit bored today
fixes #48