Get the owner record.
Set the owner record.
Returns the outcome indicating whether the owner was already present or newly inserted.
Port of Registry::set_owner() from registry_impl.rs.
Get all participants.
Add a participant.
Returns the outcome indicating whether the participant was already present or newly inserted.
Check if a pet name is already used.
Find a participant by pet name.
Port of Registry::participant_by_pet_name() from registry_impl.rs.
Get all groups.
Record a group in the registry.
If the group already exists:
Port of Registry::record_group() from registry_impl.rs.
Add a group (simple variant without merge logic).
StaticloadSave the registry to a file.
Serialize to JSON object.
Staticfrom
Registry for managing participants and groups.
Port of
struct Registryfrom registry_impl.rs lines 22-26.