64 releases

new 0.1.74 Apr 30, 2025
0.1.65 Mar 25, 2025
0.1.41 Dec 23, 2024
0.1.37 Nov 25, 2024

#2303 in Encoding

Download history 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 488/week @ 2025-03-14 502/week @ 2025-03-21 468/week @ 2025-03-28 778/week @ 2025-04-04 824/week @ 2025-04-11 812/week @ 2025-04-18 650/week @ 2025-04-25

3,191 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