Examples
There are a few examples available on the GitHub repo. Here are some descriptions of those examples.
- "Raw" TCP server and client with
async-stdruntime - "Raw" TCP server and client with
tokioruntime - Cancellation and timeout of RPC call
- Service definition, server implementation, and client implementation in three separate crates
- HTTP integrations