format-struct 0.3.1

A library for quick and easy format structure definitions for use in binary file parsing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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]