occams-rpc
This crate provides a high-level remote API call interface for occams-rpc.
It is part of a modular, pluggable RPC for high throughput scenarios that supports various async runtimes.
Currently a placeholder, API should be added in the future
If you are looking for streaming interface, use occams-rpc-stream instead.
Components
occams-rpc is built from a collection of crates that provide different functionalities:
occams-rpc-core: core utils crateoccams-rpc-codec: Provides codecs for serialization, such asmsgpack.- runtimes:
occams-rpc-tokio: A runtime adapter for thetokioruntime.occams-rpc-smol: A runtime adapter for thesmolruntime.
- transports:
occams-rpc-tcp: A TCP transport implementation.