Expand description
§rapace-registry
Service registry and metadata support for rapace RPC.
Provides type-safe service registry capabilities:
- Service metadata: Method signatures, IDs, and documentation
- Type shapes: Reflection information for dynamic RPC
- Schema support: Full type introspection for form generation and validation
Used internally by rapace’s code generation and explorer service.
§License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Modules§
- introspection
- Service introspection support.
Structs§
- ArgInfo
- Information about an argument to an RPC method.
- Method
Entry - Information about a single RPC method.
- Method
Id - A unique identifier for a method within a registry.
- Service
Builder - Builder for registering methods on a service.
- Service
Entry - Information about an RPC service.
- Service
Id - A unique identifier for a service within a registry.
- Service
Registry - A registry of RPC services and their methods.
Enums§
- Encoding
- Supported wire encodings for RPC payloads.