format-struct 0.3.1

A library for quick and easy format structure definitions for use in binary file parsing.
Documentation
[dependencies]

[features]
std = []

[lib]
name = "format_struct"
path = "src/lib.rs"

[package]
authors = ["turbocooler <turbocooler@cocaine.ninja>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc", "parsing"]
description = "A library for quick and easy format structure definitions for use in binary file parsing."
documentation = "https://docs.rs/format-struct"
edition = "2018"
keywords = ["parser", "format", "macro"]
license = "MIT OR Apache-2.0"
name = "format-struct"
readme = "README.md"
repository = "https://gitlab.com/turbocooler/format-struct"
rust-version = "1.56"
version = "0.3.1"