46 releases

new 0.1.56 Jan 25, 2025
0.1.55 Jan 24, 2025
0.1.41 Dec 23, 2024
0.1.37 Nov 25, 2024
0.1.15 Aug 28, 2024

#529 in Encoding

Download history 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 199/week @ 2024-11-12 221/week @ 2024-11-19 126/week @ 2024-11-26 385/week @ 2024-12-03 252/week @ 2024-12-10 142/week @ 2024-12-17 81/week @ 2024-12-24 292/week @ 2025-01-07 881/week @ 2025-01-14 639/week @ 2025-01-21

1,812 downloads per month

Custom license

99KB
139 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