Skip to main content

Module net_event_converter

Module net_event_converter 

Source
Expand description

Converts Rust NetEvent instances to serializable NetEventInfo.

Functionsยง

event_type_name
Maps a Rust NetEvent variant to a PascalCase type name string.
extract_place_name
Extracts a place name from an event, if applicable.
extract_transition_name
Extracts a transition name from an event, if applicable.
to_event_info
Converts a NetEvent to a serializable NetEventInfo.