xfbs / diff.rs

Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.
https://diff.rs
MIT License
86 stars 6 forks source link

Add support for diffing across crates #21

Closed eth3lbert closed 5 months ago

eth3lbert commented 5 months ago

This PR adds support for core functionality of diffing across crates only. It does not yet implement the UI part for choosing the destination crate.

Reviewing this PR commit by commit is recommended.

Part of #16.