prototk 0.9.0

prototk provides a toolkit for prototcol buffers.
Documentation
[dependencies.buffertk]
version = "0.9"

[dependencies.prototk_derive]
version = "0.9"

[dependencies.zerror]
version = "0.6"

[lib]
name = "prototk"
path = "src/lib.rs"

[package]
authors = ["Robert Escriva <robert@rescrv.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "prototk provides a toolkit for prototcol buffers."
edition = "2021"
license = "Apache-2.0"
name = "prototk"
readme = "README.md"
repository = "https://github.com/rescrv/blue"
version = "0.9.0"

[[test]]
name = "enum"
path = "tests/enum.rs"

[[test]]
name = "error"
path = "tests/error.rs"

[[test]]
name = "message"
path = "tests/message.rs"

[[test]]
name = "result"
path = "tests/result.rs"