-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change puts all the publishing machinery into a `publish` module, and includes this module if the corresponding feature is enabled (which it is by default). This will help to organize the crate better, especially as the consumer half of the API will be added in the coming weeks. Along with the module move, the `Message` type was renamed to `EncodableMessage`, to make it clear that this is for encoding. A corresponding DecodableMessage trait will be included with the consumer API, using a separate trait to enable encoding borrowed types and decoding into owned types.
- Loading branch information
Showing
13 changed files
with
263 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.