tinyroute 0.1.0

A small network message routing library
Documentation

Tiny route

Networking lib in Rust

Protocol

Messages are composed of two parts:

  1. Path to the service
  2. The payload

The path is separated from the payload with a | character: <service path>|<payload>

See the examples for a basic chat server. To interact with the chat server there is the client example in the examples directory.