rapace-registry 0.2.0

Service registry with schema support for rapace RPC
Documentation
# rapace-registry

[![crates.io](https://img.shields.io/crates/v/rapace-registry.svg)](https://crates.io/crates/rapace-registry)
[![documentation](https://docs.rs/rapace-registry/badge.svg)](https://docs.rs/rapace-registry)
[![MIT/Apache-2.0 licensed](https://img.shields.io/crates/l/rapace-registry.svg)](./LICENSE)

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]https://github.com/bearcove/rapace/blob/main/LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT]https://github.com/bearcove/rapace/blob/main/LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.