assert_hex 0.1.0

Rust library to display assert panics in hexadecimal format
Documentation

Assert Hex

Writing and testing protocol level libraries requires many tests to be written with respect to protocol sections in hex. This library simplifies the process of viewing the differences between numbers in hex when tests fail.

Usage

Replace assert_eq or assert_ne with assert_eq_hex or assert_ne_hex respectively.