alpm_mtree::parser

Function link

Source
fn link(input: &mut &str) -> ModalResult<String>
Expand description

Consume all chars of a link until a newline or space is hit.

Check decode_utf8_chars for more info on how special chars in paths are escaped.