51 releases

new 0.1.61 Feb 10, 2025
0.1.60 Feb 6, 2025
0.1.58 Jan 30, 2025
0.1.41 Dec 23, 2024
0.1.15 Aug 28, 2024

#602 in Encoding

Download history 362/week @ 2024-10-21 243/week @ 2024-10-28 267/week @ 2024-11-04 127/week @ 2024-11-11 215/week @ 2024-11-18 191/week @ 2024-11-25 388/week @ 2024-12-02 236/week @ 2024-12-09 75/week @ 2024-12-16 179/week @ 2024-12-23 143/week @ 2025-01-06 993/week @ 2025-01-13 646/week @ 2025-01-20 396/week @ 2025-01-27 549/week @ 2025-02-03

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

Custom license

99KB
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

~5–12MB
~120K SLoC