hexutil 0.1.0

A macro to implement common traits to work with hexadecimal values
Documentation
[dependencies.err-derive]
default-features = false
version = "0.2.4"

[dependencies.serde]
default-features = false
version = "1.0.106"
[dev-dependencies.bincode]
version = "1.2.1"

[dev-dependencies.serde_json]
version = "1.0.52"

[features]
alloc = ["serde/alloc"]
default = ["std"]
std = ["alloc", "err-derive/std", "serde/std"]

[package]
authors = ["Martin Michaelis <code@mgjm.de>"]
categories = ["encoding", "no-std"]
description = "A macro to implement common traits to work with hexadecimal values"
edition = "2018"
keywords = ["no_std", "hex", "serde", "macro"]
license = "MIT OR Apache-2.0"
name = "hexutil"
readme = "README.md"
repository = "https://github.com/mgjm/hexutil"
version = "0.1.0"