restruct 0.1.2

Converts between raw bytes and structured data.
Documentation
[package]
name = "restruct"
version = "0.1.2"
description = "Converts between raw bytes and structured data."
repository = "http://github.com/lukaslueg/restruct"
authors = ["Lukas Lueg <lukas.lueg@gmail.com>"]
documentation = "https://docs.rs/restruct_derive"
readme = "README.md"
license = "MIT"
edition = "2021"

[dependencies]
syn = { version = "1.0", features = ["full", "extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"
pest_derive = "2.0"
pest = "2.0"
rustfmt-nightly = { version = "1.2", default_features = false, optional = true }

[features]
rustfmt = ["rustfmt-nightly"]