markstory_protos

Crates.iomarkstory_protos
lib.rsmarkstory_protos
version0.1.13
sourcesrc
created_at2024-08-16 22:02:54.599305
updated_at2024-09-06 19:51:55.357976
descriptionRust bindings for sentry-protos
homepage
repositoryhttps://github.com/getsentry/sentry-protos
max_upload_size
id1341080
size265,123
Mark Story (markstory)

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: 245

cargo fmt