1#![allow(non_snake_case)]
23//! Command-registration RPC service. Three sub-files: `CommandService` (the
4//! impl handle), `CommandValidation` (input checks), `Command` (the DTO).
56pub mod Command;
7pub mod CommandService;
8pub mod CommandValidation;