msg-socket 0.1.5

Sockets for msg-rs
docs.rs failed to build msg-socket-0.1.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: msg-socket-0.1.6

MSG Sockets

This crate exposes a set of socket types that can be used to facilitate multiple communication patterns, such as:

  • Request-Reply
  • Publish-Subscribe

Sockets are the main entrypoint in this library and facilitate all connectivity, like binding or connecting, and sending and receiving messages over connections.