sentry-types 0.6.1

Common reusable types for implementing the sentry.io protocol.
Documentation
# Rust Sentry Types

<a href="https://travis-ci.org/getsentry/rust-sentry-types"><img src="https://travis-ci.org/getsentry/rust-sentry-types.svg?branch=master" alt=""></a>
<a href="https://crates.io/crates/sentry-types"><img src="https://img.shields.io/crates/v/sentry-types.svg" alt=""></a>

This library implements Rust types for the Sentry v7 protocol as well as some other
common types that are useful when working with Sentry (like DSNs and so forth).

This library can be used for implementing Sentry clients as well as proxy
functionality.

Future users:

* [sentry-relay]https://github.com/getsentry/sentry-relay
* [sentry-rust]https://github.com/getsentry/sentry-rust

## License

Symbolic is licensed under the Apache 2 license.