Crates.io | cord-message |
lib.rs | cord-message |
version | 0.3.0 |
source | src |
created_at | 2020-03-30 22:46:38.48087 |
updated_at | 2022-01-09 08:29:09.481454 |
description | This is an internal crate for the Cord Project that provides message transmission and comparison functionality. |
homepage | https://cord-proj.org |
repository | https://github.com/cord-proj/cord-message |
max_upload_size | |
id | 224571 |
size | 19,780 |
Cord Message is an internal crate for the Cord Project. For more information and usage, check out cord-proj/cord.
The Message crate defines the message envelope and codec for transmitting messages over the wire. It also provides a regex-like pattern matching module for comparing message namespaces.
Cord is a data streaming platform for composing, aggregating and distributing arbitrary streams. To learn more about the project, check out cord-proj/cord.
Regex libraries will always provide more functionality for matching strings than this library can. However what they cannot do is compare two regex patterns and determine whether one encapsulates another, which is crucial to how publishers and subscribers interact.