156 releases (27 breaking)
| new 0.28.0 | Jun 12, 2026 |
|---|---|
| 0.26.1 | Jun 9, 2026 |
| 0.8.8 | Mar 25, 2026 |
| 0.4.10 | Dec 10, 2025 |
| 0.1.37 | Nov 25, 2024 |
#655 in Database interfaces
16,414 downloads per month
Used in sentry-kafka-schemas
670KB
14K
SLoC
Sentry Protos Rust bindings
Rust bindings for sentry-protos. Enables rust applications to consume protobuf messages using schema defined in sentry-protos.
Installation
cargo add sentry_protos
Generating bindings
Rust bindings are generated with the rustgenerator package. Bindings can be generated using
# In root of the repository
make build-rust
# Or with
cargo run -p rustgenerator
Dependencies
~8–12MB
~132K SLoC