60 releases
new 0.1.70 | Apr 15, 2025 |
---|---|
0.1.65 | Mar 25, 2025 |
0.1.41 | Dec 23, 2024 |
0.1.37 | Nov 25, 2024 |
#22 in #sentry
2,517 downloads per month
Used in sentry-kafka-schemas
100KB
139 lines
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
~4–11MB
~109K SLoC