sentry_protos

Crates.iosentry_protos
lib.rssentry_protos
version0.1.37
sourcesrc
created_at2024-08-16 18:29:51.544964
updated_at2024-11-25 17:44:16.717681
descriptionRust bindings for sentry-protos
homepage
repositoryhttps://github.com/getsentry/sentry-protos
max_upload_size
id1340564
size423,846
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: 248

cargo fmt