5 个版本
新增 0.1.12 | 2024年8月23日 |
---|---|
0.1.11 | 2024年8月17日 |
0.1.10 | 2024年8月16日 |
0.1.7 | 2024年8月16日 |
0.1.0 | 2024年8月16日 |
1062 在 数据库接口 中
每月305 次下载
395KB
8K SLoC
Sentry Protos Rust 绑定
Rust 对 sentry-protos 的绑定。允许 Rust 应用程序使用在 sentry-protos 中定义的模式消耗 protobuf 消息。
安装
cargo add sentry_protos
生成绑定
Rust 绑定使用 rustgenerator
包生成。可以使用以下命令生成绑定
# In root of the repository
make build-rust
# Or with
cargo run -p rustgenerator
依赖项
~5–6.5MB
~115K SLoC