assert_hex 0.2.0

Rust library to display assert panics in hexadecimal format
Documentation
1
2
3
4
5
6
7
8
9
10
11
# asterix_hex

Rust library for hexademical printing of types during the case of a panic in an assert_{eq/ne}!().
See `lib.rs` for details.

[![Latest Version](https://img.shields.io/crates/v/assert_hex.svg)](https://crates.io/crates/assert_hex)
[![Rust Documentation](https://docs.rs/assert_hex/badge.svg)](https://docs.rs/assert_hex)

## Changelog

See [CHANGELOG.md](https://github.com/wcampbell0x2a/assert_hex/master/CHANGELOG.md)