18 releases

new 0.1.28 Oct 22, 2024
0.1.27 Oct 18, 2024
0.1.22 Sep 20, 2024
0.1.15 Aug 28, 2024

#1326 in Network programming

Download history 285/week @ 2024-08-12 143/week @ 2024-08-19 421/week @ 2024-08-26 127/week @ 2024-09-02 462/week @ 2024-09-09 233/week @ 2024-09-16 10/week @ 2024-09-23 167/week @ 2024-09-30 159/week @ 2024-10-07 140/week @ 2024-10-14

489 downloads per month

Custom license

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