packed_struct_codegen 0.6.0

This crate implements the code generation for the packed_struct library.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[features]
alloc = []
default = []
std = []

[lib]
proc-macro = true

[package]
authors = ["Rudi Benkovic <rudi.benkovic@gmail.com>"]
description = "This crate implements the code generation for the packed_struct library."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "packed_struct_codegen"
repository = "https://github.com/hashmismatch/packed_struct.rs"
version = "0.6.0"