cord-message

Crates.iocord-message
lib.rscord-message
version0.3.0
sourcesrc
created_at2020-03-30 22:46:38.48087
updated_at2022-01-09 08:29:09.481454
descriptionThis is an internal crate for the Cord Project that provides message transmission and comparison functionality.
homepagehttps://cord-proj.org
repositoryhttps://github.com/cord-proj/cord-message
max_upload_size
id224571
size19,780
Pete Hayes (petehayes102)

documentation

README

Cord Message

CI Code Testing and Linting CI Security Audit on Push

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.

FAQ

What is Cord?

Cord is a data streaming platform for composing, aggregating and distributing arbitrary streams. To learn more about the project, check out cord-proj/cord.

Why not use an off-the-shelf regex library?

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.

Commit count: 28

cargo fmt