66 releases

0.2.0 May 7, 2025
0.1.74 Apr 30, 2025
0.1.65 Mar 25, 2025
0.1.41 Dec 23, 2024
0.1.37 Nov 25, 2024

#1043 in Database interfaces

Download history 621/week @ 2025-02-13 391/week @ 2025-02-20 643/week @ 2025-02-27 659/week @ 2025-03-06 412/week @ 2025-03-13 538/week @ 2025-03-20 427/week @ 2025-03-27 708/week @ 2025-04-03 893/week @ 2025-04-10 797/week @ 2025-04-17 854/week @ 2025-04-24 999/week @ 2025-05-01 1041/week @ 2025-05-08 837/week @ 2025-05-15 736/week @ 2025-05-22 646/week @ 2025-05-29

3,508 downloads per month
Used in sentry-kafka-schemas

Custom license

495KB
10K SLoC

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–10MB
~98K SLoC