Crate rapace_registry

Crate rapace_registry 

Source
Expand description

§rapace-registry

crates.io documentation MIT/Apache-2.0 licensed

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:

at your option.

Modules§

introspection
Service introspection support.

Structs§

ArgInfo
Information about an argument to an RPC method.
MethodEntry
Information about a single RPC method.
MethodId
A unique identifier for a method within a registry.
ServiceBuilder
Builder for registering methods on a service.
ServiceEntry
Information about an RPC service.
ServiceId
A unique identifier for a service within a registry.
ServiceRegistry
A registry of RPC services and their methods.

Enums§

Encoding
Supported wire encodings for RPC payloads.