protto 0.6.2

Automatically derive Protobuf and Rust conversions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "protto"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "Automatically derive Protobuf and Rust conversions"
repository.workspace = true
license.workspace = true
keywords = ["protobuf", "protocol", "derive", "macro", "conversion"]
categories = ["development-tools", "encoding"]
documentation = "https://docs.rs/protto"

[dependencies]
protto_derive.workspace = true

[features]
default = []