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