[badges.circle-ci]
branch = "master"
repository = "thomcc/rust-base16"
[badges.codecov]
branch = "master"
repository = "thomcc/rust-base16"
service = "github"
[[bench]]
harness = false
name = "bench"
[dependencies]
[dev-dependencies.criterion]
version = "0.2.11"
[dev-dependencies.rand]
version = "0.6.5"
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[package]
authors = ["Thom Chiovoloni <tchiovoloni@mozilla.com>"]
categories = ["encoding", "no-std"]
description = "base16 (hex) encoding and decoding"
edition = "2018"
keywords = ["hex", "base16", "encode", "decode", "no_std"]
license = "CC0-1.0"
name = "base16"
readme = "README.md"
repository = "https://github.com/thomcc/rust-base16"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true