#bindings #sentry #service

sentry_protos

Rust bindings for sentry-protos

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

Download history 81/week @ 2024-12-24 292/week @ 2025-01-07 881/week @ 2025-01-14 647/week @ 2025-01-21 393/week @ 2025-01-28 760/week @ 2025-02-04 591/week @ 2025-02-11 480/week @ 2025-02-18 584/week @ 2025-02-25 632/week @ 2025-03-04 445/week @ 2025-03-11 526/week @ 2025-03-18 466/week @ 2025-03-25 628/week @ 2025-04-01 848/week @ 2025-04-08

2,517 downloads per month
Used in sentry-kafka-schemas

Custom license

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