Expand description
The core set of traits and types used in the hedwig format.
This crate aims to provide better version stability over the primary batteries-included
hedwig
crate. Top-level applications should typically use hedwig
, while crates that define
message types should use hedwig_core
Modules§
- message
- Message related types
Structs§
- Topic
- A message queue topic name to which messages can be published
Type Aliases§
- Headers
- Custom headers associated with a message.
- Validated
Message - A validated message.