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
933 downloads per month
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