alpm_mtree::parser

Function mode

Source
fn mode<'s>(input: &mut &'s str) -> ModalResult<&'s str>
Expand description

Parse a filesystem mode.

Should be between 3-5 octal numbers without a 0o prefix.