hdds-schema-registry
Schema Registry for HDDS DDS types. Provides centralized type storage and lookup for DDS participants.
Experimental
This crate is at version 0.1.0 and its API may change.
Overview
hdds-schema-registry provides a registry service for DDS type definitions, enabling:
- Centralized type storage -- Store and retrieve TypeObject/TypeIdentifier definitions
- Type compatibility checking -- Verify publisher/subscriber type compatibility at runtime
- Schema evolution -- Track type versions across deployments
Installation
[dependencies]
hdds-schema-registry = { path = "../hdds/crates/hdds-schema-registry" }
Related
- XTypes Feature -- XTypes type system
- Rust API -- Core Rust API