hex 0.4.2

Encoding and decoding data into/from hexadecimal representation.
Documentation
[[bench]]
harness = false
name = "hex"
[badges.travis-ci]
branch = "master"
repository = "KokaKiwi/rust-hex"
[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.faster-hex]
version = "0.4"

[dev-dependencies.pretty_assertions]
version = "0.6"

[dev-dependencies.rustc-hex]
version = "2.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

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

[dev-dependencies.version-sync]
version = "0.8"

[features]
default = ["std"]
std = []

[package]
authors = ["KokaKiwi <kokakiwi@kokakiwi.net>"]
categories = ["encoding", "no-std"]
description = "Encoding and decoding data into/from hexadecimal representation."
documentation = "https://docs.rs/hex/"
edition = "2018"
keywords = ["no_std", "hex"]
license = "MIT OR Apache-2.0"
name = "hex"
readme = "README.md"
repository = "https://github.com/KokaKiwi/rust-hex"
version = "0.4.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]