hex 0.4.3

Encoding and decoding data into/from hexadecimal representation.
Documentation
[[bench]]
harness = false
name = "hex"
[badges.maintenance]
status = "actively-developed"
[dependencies.serde]
default-features = false
optional = true
version = "1.0"
[dev-dependencies.criterion]
version = "0.3"

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

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

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

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

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

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

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

[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.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]