faster-hex 0.6.1

Fast hex encoding.
Documentation
[package]
name = "faster-hex"
version = "0.6.1"
authors = ["zhangsoledad <787953403@qq.com>"]
edition = "2018"
keywords = ["simd", "hex"]
license = "MIT"
description = "Fast hex encoding."
repository = "https://github.com/NervosFoundation/faster-hex"
homepage = "https://github.com/NervosFoundation/faster-hex"
readme = "README.md"
exclude = [
    "afl/*",
    "benches/*",
    "fuzz/*",
    "CHANGELOG.md"
]


[dev-dependencies]
criterion = "0.3"
rustc-hex = "1.0"
hex = "0.3.2"
proptest = "1.0"