Module config_editor

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

Typed configuration editor metadata.

This module provides a small compile-time reflection surface for interactive configuration editors. Config structs use editor_config! to expose ordered field metadata without making editor UIs depend on JSON Schema.

Structs

  • EditorFieldSpec: Static editor metadata for one configuration field.
  • EditorSchema: Static editor metadata for one configuration struct.

Enums

Traits

  • EditorConfig: Trait implemented by configuration structs that expose editor metadata.