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§
- Client
Options - BusyRPC client options.
- Server
- An RPC Server hosts multiple server instances so they may be called.
- Server
Options - RPC Server options.
- Service
Registry - ServiceRegistry maps servers by name.
- SslOptions
- SSL options for client or server.
- String
Resolver - A StringResolver provides round-robin resolution from a set of hosts.
Statics§
Functions§
- new_
client - Create a new client from the options and resolver.
- register_
biometrics - Register the biometrics for this crate.