54 releases

new 0.1.64 Mar 18, 2025
0.1.62 Feb 27, 2025
0.1.41 Dec 23, 2024
0.1.37 Nov 25, 2024

#1104 in Database interfaces

Download history 150/week @ 2024-11-29 462/week @ 2024-12-06 101/week @ 2024-12-13 170/week @ 2024-12-20 17/week @ 2024-12-27 19/week @ 2025-01-03 968/week @ 2025-01-10 478/week @ 2025-01-17 605/week @ 2025-01-24 457/week @ 2025-01-31 774/week @ 2025-02-07 617/week @ 2025-02-14 475/week @ 2025-02-21 569/week @ 2025-02-28 623/week @ 2025-03-07 344/week @ 2025-03-14

2,083 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
~108K SLoC