1 unstable release
0.1.0 | Aug 11, 2021 |
---|
#61 in #payload
38KB
611 lines
Tiny route
Networking lib in Rust
Protocol
Messages are composed of two parts:
- Path to the service
- 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.
lib.rs
:
For servers: crate::server
For clients: crate::client
Dependencies
~6–19MB
~215K SLoC