pub fn tag(events: Vec<Event>, rules: &[(String, Rule)]) -> Vec<Event>
Tags a list of events
An event can have many tags (as opposed to only one category) which will be put into the $tags key of the event data object.
$tags