53 releases
new 0.1.63 | Mar 7, 2025 |
---|---|
0.1.62 | Feb 27, 2025 |
0.1.58 | Jan 30, 2025 |
0.1.41 | Dec 23, 2024 |
0.1.15 | Aug 28, 2024 |
#613 in Encoding
2,421 downloads per month
Used in sentry-kafka-schemas
99KB
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
~5–11MB
~120K SLoC