fire-protobuf 0.1.5

Rust only protobuf implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fire-protobuf"
description = "Rust only protobuf implementation"
version = "0.1.5"
authors = ["Sören meier <info@soerenmeier.ch>"]
repository = "https://github.com/fire-lib/fire-stream"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.64"

[dependencies]
bytes = { package = "simple-bytes", version = "0.2.14" }
codegen = { package = "fire-protobuf-codegen", version = "0.1.3", path = "../fire-protobuf-codegen" }

[dev-dependencies]
hex-literal = "0.4"