binary_serde_macros 1.0.25

simple binary serialization and deserialization
Documentation
[dependencies.proc-macro2]
version = "1.0.67"

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
features = ["full"]
version = "2.0.37"

[lib]
name = "binary_serde_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Roee Shoshani"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "encoding", "no-std", "parsing"]
description = "simple binary serialization and deserialization"
edition = "2021"
keywords = ["binary", "serialization", "deserialization", "serde", "format"]
license = "MIT"
name = "binary_serde_macros"
readme = false
repository = "https://github.com/roeeshoshani/binary_serde"
version = "1.0.25"