Skip to main content

Module actr_ext

Module actr_ext 

Source
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

TypeFormatExample
ActrTypemanufacturer:name:versionacme:echo-service:1.0.0
ActrId<serial_hex>@<realm_id>/<actr_type>1a2b3c@101/acme:echo:1.0.0

Enums§

ActrIdError
Errors for actor identity parsing and formatting.