[package]
edition = "2021"
name = "po-wire"
version = "0.1.0"
authors = ["Dylan Orzatty <dylan@orzatty.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire format codec for Protocol Orzatty — compact binary framing with QUIC-style VarInts"
readme = false
keywords = [
"protocol",
"binary",
"framing",
"varint",
"no-std",
]
categories = [
"encoding",
"network-programming",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/orzattyholding/po"
[features]
default = []
std = []
[lib]
name = "po_wire"
path = "src/lib.rs"
[dependencies]
[dev-dependencies]