slices-hack 0.1.1

A internal crate used by slices.
Documentation
[package]
name = "slices-hack"
version = "0.1.1"
authors = ["Boyu Yang <yangby@cryptape.com>"]
edition = "2018"
description = "A internal crate used by slices."
homepage = "https://github.com/yangby-cryptape/rust-slices"
repository = "https://github.com/yangby-cryptape/rust-slices"
keywords = ["hex", "decode", "deserialize"]
categories = ["development-tools", "encoding", "parsing"]
license = "Apache-2.0 OR MIT"

[lib]
proc-macro = true

[dependencies]
syn = "~1.0"
quote = "~1.0"
proc-macro2 = "~1.0"
proc-macro-hack = "~0.5"
faster-hex = "~0.4"

[badges]
travis-ci = { repository = "yangby-cryptape/rust-slices" }