Expand description
Common functionality for the sentry relay.
Modules§
- glob2
- Serializable glob patterns for the API.
- time
- Utilities to deal with date-time types. (DateTime, Instant, SystemTime, etc)
Macros§
- derive_
fromstr_ and_ display - Implements FromStr and Display on a flat/C-like enum such that strings roundtrip correctly and all variants can be FromStr’d.
- impl_
str_ de - Helper macro to implement string based deserialization.
- impl_
str_ ser - Helper macro to implement string based serialization.
- impl_
str_ serde - Helper macro to implement string based serialization and deserialization.
Structs§
Enums§
- Parse
Auth Error - Represents an auth header parsing error.
- Parse
DsnError - Represents a dsn url parsing error.
- Scheme
- Represents the scheme of an url http/https.