Expand description
Actor identity formatting and parsing utilities
This module provides string formatting and parsing helpers for ActrType and ActrId.
String forms are stable for logging, configuration, and CLI interactions.
§String formats
| Type | Format | Example |
|---|---|---|
| ActrType | manufacturer:name:version | acme:echo-service:1.0.0 |
| ActrId | <serial_hex>@<realm_id>/<actr_type> | 1a2b3c@101/acme:echo:1.0.0 |
Enums§
- Actr
IdError - Errors for actor identity parsing and formatting.