Rust bindings for sentry-protos. Enables rust applications to consume protobuf
messages using schema defined in sentry-protos.
```
cargo add sentry_protos
```
Rust bindings are generated with the `rustgenerator` package. Bindings can be generated using
```shell
make build-rust
cargo run -p rustgenerator
```