mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-02-23 15:49:54 +01:00
Rename module framed -> protocol, and clarify some type parameters.
This commit is contained in:
@@ -109,9 +109,9 @@ mod macros;
|
||||
mod client;
|
||||
/// Provides the base server boilerplate used by service implementations.
|
||||
mod server;
|
||||
/// Provides an implementation of `FramedIo` that implements the tarpc protocol.
|
||||
/// The tarpc protocol is defined by the `FramedIo` implementation.
|
||||
mod framed;
|
||||
/// Provides implementations of `ClientProto` and `ServerProto` that implement the tarpc protocol.
|
||||
/// The tarpc protocol is a length-delimited, bincode-serialized payload.
|
||||
mod protocol;
|
||||
/// Provides a few different error types.
|
||||
mod errors;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user