assert_hex 0.1.1

Rust library to display assert panics in hexadecimal format
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "assert_hex"
version = "0.1.1"
authors = ["wcampbell"]
edition = "2018"
repository = "https://github.com/wcampbell0x2a/assert_hex"
description = "Rust library to display assert panics in hexadecimal format"
license = "GPL-3.0"

[dependencies]