Expand description
This crate provides domain interfaces and RPC data types that are shared between services.
Modules§
- auth
- domain
- jwt
- macros
- rpc
- The crate exports common types used when interacting with messages between clients. This also includes communication over HTTP between relays.
- serde_
helpers - user_
agent - Provides types and parsing of user agent strings.
Macros§
- new_
type - Macro for implementing default stuff on a newtype.