spg-wire 7.37.21

Self-built wire-frame protocol for SPG. no_std + alloc.
Documentation
[package]
name         = "spg-wire"
version      = { workspace = true }
edition      = { workspace = true }
authors      = { workspace = true }
license      = { workspace = true }
description  = "Self-built wire-frame protocol for SPG. no_std + alloc."
repository   = { workspace = true }
categories   = ["network-programming", "encoding", "no-std"]
keywords     = ["spg", "wire", "protocol", "framing"]

[lints]
workspace = true

[dev-dependencies]
criterion = { workspace = true }

[[bench]]
name    = "frames"
harness = false