[dependencies.packbytes-derive]
optional = true
version = "0.1"
[features]
default = ["packbytes-derive", "std"]
std = []
[package]
authors = ["Maroš Grego <maros@grego.site>"]
categories = ["data-structures", "encoding", "no-std::no-alloc", "parsing", "rust-patterns"]
description = "Convert structures to and from packed representavises - byte arrays of fixed size that live on stack"
edition = "2021"
keywords = ["packed", "bytes", "endian", "transmute", "binary"]
license = "MIT"
name = "packbytes"
readme = "README.md"
repository = "https://github.com/grego/packbytes"
version = "0.1.0"