# 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 and is used by
[sentry-rust](https://github.com/getsentry/sentry-rust).
## License
Rust sentry types is licensed under the Apache 2 license.