sentry_protos

Crates.iosentry_protos
lib.rssentry_protos
version0.4.0
created_at2024-08-16 18:29:51.544964+00
updated_at2025-09-23 17:50:55.414915+00
descriptionRust bindings for sentry-protos
homepage
repositoryhttps://github.com/getsentry/sentry-protos
max_upload_size
id1340564
size528,793
Sentry Bot (getsentry-bot)

documentation

README

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
Commit count: 399

cargo fmt