Crate relay_common
source ·Expand description
Common functionality for the sentry relay.
Modules§
- Serializable glob patterns for the API.
- Utilities to deal with date-time types. (DateTime, Instant, SystemTime, etc)
Macros§
- Implements FromStr and Display on a flat/C-like enum such that strings roundtrip correctly and all variants can be FromStr’d.
- Helper macro to implement string based deserialization.
- Helper macro to implement string based serialization.
- Helper macro to implement string based serialization and deserialization.
Structs§
- Represents an auth header.
- Represents a Sentry dsn.
Enums§
- Represents an auth header parsing error.
- Represents a dsn url parsing error.
- Represents the scheme of an url http/https.