Crates.io | tinyroute |
lib.rs | tinyroute |
version | 0.1.0 |
source | src |
created_at | 2021-08-11 06:57:47.461069 |
updated_at | 2021-08-11 06:57:47.461069 |
description | A small network message routing library |
homepage | |
repository | https://github.com/togglebyte/tinyroute |
max_upload_size | |
id | 434624 |
size | 56,597 |
Networking lib in Rust
Messages are composed of two parts:
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.