Module serde_helpers

Source
Expand description

A collection of serde helpers to avoid having to deserialize an entire event to access some fields.

Functions§

extract_bundled_thread_summary
Try to extract a bundled thread summary of a timeline event, if available.
extract_thread_root
Try to extract the thread root from a timeline event, if provided.
extract_thread_root_from_content
Try to extract the thread root from an event’s content, if provided.