3 releases

0.1.13 Sep 6, 2024
0.1.11 Aug 17, 2024
0.1.10 Aug 16, 2024

#1275 in Database interfaces

Download history 261/week @ 2024-08-11 64/week @ 2024-08-18 1/week @ 2024-08-25 95/week @ 2024-09-01 15/week @ 2024-09-08 52/week @ 2024-09-15 14/week @ 2024-09-22 7/week @ 2024-09-29

117 downloads per month

Custom license

48KB
100 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–11MB
~120K SLoC