Skip to main content

parse_keys

Function parse_keys 

Source
pub fn parse_keys(input: &str) -> Vec<u8> 
Expand description

Parse Emacs-style key notation into raw bytes. Text outside <KEY> spans passes through as literal UTF-8; unrecognised keys are kept verbatim. Matching is case-insensitive.