pub fn decode_macro(s: &str) -> Vec<Input>Expand description
Reverse of encode_macro — parse the textual form back into
Input events for replay. Unknown <…> tags are emitted as their
literal characters so pasted register text round-trips without
silently dropping user content.