3 releases

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

#1469 in Database interfaces

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