byteserde_derive 0.5.0

A procedural macro for mapping byte streams to/from arbitrary struct types with focus on performance
Documentation
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Softstream <softstream.link@gmail.com>"]
categories = ["encoding"]
description = "A procedural macro for mapping byte streams to/from arbitrary struct types with focus on performance"
edition = "2021"
keywords = ["serde", "bytes", "serialization", "derive"]
license-file = "LICENSE"
name = "byteserde_derive"
readme = "readme.md"
repository = "https://github.com/softstream-link/byteserde"
rust-version = "1.69"
version = "0.5.0"