#protobuf #prost #generate #build #protobuf-rust

构建 protobuf-build

用于从 protobuf 生成 Rust 代码的实用函数(使用 protobuf-rust 或 Prost)

31 个版本

0.15.1 2023 年 7 月 19 日
0.14.1 2023 年 3 月 7 日
0.14.0 2022 年 12 月 16 日
0.13.0 2022 年 3 月 2 日
0.1.0 2019 年 3 月 3 日

#66过程宏

Download history • Rust 包仓库 2543/week @ 2024-04-22 • Rust 包仓库 2401/week @ 2024-04-29 • Rust 包仓库 3456/week @ 2024-05-06 • Rust 包仓库 2601/week @ 2024-05-13 • Rust 包仓库 3098/week @ 2024-05-20 • Rust 包仓库 2803/week @ 2024-05-27 • Rust 包仓库 3687/week @ 2024-06-03 • Rust 包仓库 3562/week @ 2024-06-10 • Rust 包仓库 3044/week @ 2024-06-17 • Rust 包仓库 3930/week @ 2024-06-24 • Rust 包仓库 2600/week @ 2024-07-01 • Rust 包仓库 3035/week @ 2024-07-08 • Rust 包仓库 4225/week @ 2024-07-15 • Rust 包仓库 3325/week @ 2024-07-22 • Rust 包仓库 3332/week @ 2024-07-29 • Rust 包仓库 2589/week @ 2024-08-05 • Rust 包仓库

13,642 每月下载量
用于 19 个 Crates5 个直接使用)

Apache-2.0

7.5MB
1K SLoC

包含 (DOS 可执行文件, 7.5MB) bin/protoc-win32.exe

protobuf-build

Crates.io Crates.io Docs.rs dependency status Build Status

用于从 protobuf 规范生成 Rust 代码的实用函数。

可以使用 rust-protobufProst


lib.rs:

用于从 protobuf 规范生成 Rust 代码的实用函数。

这些函数会自由地 panic,它们是为了在构建脚本中使用而设计的,而不是在生产环境中使用。

依赖项

~50MB
~1M SLoC