pbf 0.1.3

Mininmal protobuffer module; Build your own glue.
Documentation
[dependencies]

[dev-dependencies]

[features]
default = ["std"]
std = []

[lib]
bench = false
name = "pbf"

[package]
authors = ["Craig O'Connor <oconnorct1@gmail.com>"]
categories = ["encoding", "decoding", "parsing", "no-std"]
description = "Mininmal protobuffer module; Build your own glue."
documentation = "https://docs.rs/pbf"
edition = "2021"
homepage = "https://github.com/OpenS2/pbf"
keywords = ["pbf", "protobuffers", "minimal", "low-cost-code"]
license = "MIT"
name = "pbf"
readme = "README.md"
repository = "https://github.com/OpenS2/pbf"
version = "0.1.3"
[profile.bench]
opt-level = 3