24 releases

new 0.1.34 Nov 7, 2024
0.1.33 Nov 4, 2024
0.1.31 Oct 31, 2024
0.1.22 Sep 20, 2024
0.1.15 Aug 28, 2024

#1213 in Network programming

Download history 292/week @ 2024-08-15 412/week @ 2024-08-22 145/week @ 2024-08-29 370/week @ 2024-09-05 275/week @ 2024-09-12 184/week @ 2024-09-19 128/week @ 2024-09-26 140/week @ 2024-10-03 71/week @ 2024-10-10 260/week @ 2024-10-17 243/week @ 2024-10-24 352/week @ 2024-10-31

1,020 downloads per month

Custom license

86KB
132 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