30 releases

new 0.1.40 Dec 11, 2024
0.1.39 Dec 6, 2024
0.1.37 Nov 25, 2024
0.1.31 Oct 31, 2024
0.1.15 Aug 28, 2024

#608 in Encoding

Download history 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 362/week @ 2024-10-21 243/week @ 2024-10-28 267/week @ 2024-11-04 127/week @ 2024-11-11 215/week @ 2024-11-18 191/week @ 2024-11-25 388/week @ 2024-12-02

933 downloads per month

Custom license

87KB
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