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
105 stars 11 forks source link

Adds crate test data and unit tests for crate unpacking #14

Closed xfbs closed 1 year ago

xfbs commented 1 year ago

This adds crate test data (crate responses and crate sources), a Justfile for updating the test data, and some unit tests for testing the crate unpacking. This will be useful for unit testing the diffing, too.