3 releases

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

#1421 in Database interfaces

Download history 61/week @ 2024-08-10 263/week @ 2024-08-17 2/week @ 2024-08-24 66/week @ 2024-08-31 44/week @ 2024-09-07 52/week @ 2024-09-14 14/week @ 2024-09-21 7/week @ 2024-09-28 2/week @ 2024-10-12

163 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–12MB
~121K SLoC