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

#606 in Encoding

Download history 261/week @ 2024-10-27 265/week @ 2024-11-03 133/week @ 2024-11-10 212/week @ 2024-11-17 194/week @ 2024-11-24 370/week @ 2024-12-01 253/week @ 2024-12-08 82/week @ 2024-12-15 175/week @ 2024-12-22 4/week @ 2024-12-29 131/week @ 2025-01-05 960/week @ 2025-01-12 649/week @ 2025-01-19 412/week @ 2025-01-26 609/week @ 2025-02-02 698/week @ 2025-02-09

2,407 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
~121K SLoC