# rapace-registry
[](https://crates.io/crates/rapace-registry)
[](https://docs.rs/rapace-registry)
[](./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.