Crate busyrpc

Crate busyrpc 

Source
Expand description

§busyrpc

busybee provides synchronous/thread-pool implementations of rpc_pb.

§Status

Active development. Busybee is likely to change in the near future in backwards-incompatible ways. Planned changes will affect how errors are handled. This library is currently beta.

§Scope

busyrpc will provide the RPC for client and server to glue rpc_pb types to the wire.

§Warts

  • Library is new so list them here.

§Documentation

The latest documentation is always available at docs.rs.

Modules§

builtins
The builtins RPC service.

Structs§

ClientOptions
BusyRPC client options.
Server
An RPC Server hosts multiple server instances so they may be called.
ServerOptions
RPC Server options.
ServiceRegistry
ServiceRegistry maps servers by name.
SslOptions
SSL options for client or server.
StringResolver
A StringResolver provides round-robin resolution from a set of hosts.

Statics§

COLLECTOR

Functions§

new_client
Create a new client from the options and resolver.
register_biometrics
Register the biometrics for this crate.