bytify-impl 0.3.1

Internal implementation of the bytify crate.
Documentation
[dependencies.byteorder]
version = "1"

[dependencies.failure]
version = "0.1"

[dependencies.proc-macro-hack]
version = "0.5"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "0.15"

[features]
default = []
default-big-endian = []

[lib]
proc-macro = true

[package]
authors = ["Eugene <mahou@shoujo.pw>"]
categories = ["development-tools::procedural-macro-helpers", "encoding"]
description = "Internal implementation of the bytify crate."
edition = "2018"
homepage = "https://github.com/mahou-shoujo/bytify-rs.git"
keywords = ["bytification", "literals", "hex", "proc-macro"]
license = "MIT"
name = "bytify-impl"
repository = "https://github.com/mahou-shoujo/bytify-rs.git"
version = "0.3.1"