binread 1.0.2

A Rust crate for helping read structs from binary data using ✨macro magic✨
Documentation
[dependencies.binread_derive]
version = "1.0"

[dependencies.lazy_static]
optional = true
version = "1.4"

[features]
debug_template = ["std", "lazy_static", "binread_derive/debug_template"]
default = ["std"]
std = []

[package]
authors = ["jam1garner <jam1.mcleod@hotmail.com>"]
description = "A Rust crate for helping read structs from binary data using ✨macro magic✨"
documentation = "https://docs.rs/binread"
edition = "2018"
license = "MIT"
name = "binread"
readme = "README.md"
repository = "https://github.com/jam1garner/binread"
version = "1.0.2"