packed_struct 0.0.1

Binary-level structure packing and unpacking generator
Documentation
[package]

name = "packed_struct"

description = "Binary-level structure packing and unpacking generator"

repository = "https://github.com/hashmismatch/packed_struct.rs"

version = "0.0.1"

authors = ["Rudi Benkovic <rudi.benkovic@gmail.com>"]

build = "build.rs"

license = "MIT OR Apache-2.0"

keywords = ["enum", "packing", "serialization"]

categories = ["encoding"]

readme = "../README.md"



[dependencies]

serde = "1.0"

serde_derive = "1.0"



[features]

default = ["std"]

std = []

core_collections = []



# [dev-dependencies]

# packed_struct_codegen = "^0.1.0"



#[patch.crates-io]

#packed_struct_codegen = { path="./packed_struct_codegen" }