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