mozilla / cbindgen

A project for generating C bindings from Rust code
Mozilla Public License 2.0
2.27k stars 294 forks source link

Update tests.rs to use pretty_assertions for readable diffs #957

Closed scovich closed 1 month ago

scovich commented 1 month ago

The pretty_assert package makes it much (much) easier to compare expected vs. actual output when a test fails. Example: image