26 releases

new 0.1.36 Nov 18, 2024
0.1.35 Nov 14, 2024
0.1.31 Oct 31, 2024
0.1.22 Sep 20, 2024
0.1.15 Aug 28, 2024

#1179 in Network programming

Download history 288/week @ 2024-08-13 143/week @ 2024-08-20 418/week @ 2024-08-27 248/week @ 2024-09-03 385/week @ 2024-09-10 191/week @ 2024-09-17 14/week @ 2024-09-24 164/week @ 2024-10-01 161/week @ 2024-10-08 142/week @ 2024-10-15 364/week @ 2024-10-22 309/week @ 2024-10-29 197/week @ 2024-11-05 183/week @ 2024-11-12

1,065 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
~120K SLoC