faster-hex 0.5.0

Fast hex encoding.
Documentation
[package]
name = "faster-hex"
version = "0.5.0"
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/*"
]


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