gix_config::parse

Function from_bytes

source
pub fn from_bytes<'i>(
    input: &'i [u8],
    dispatch: &mut dyn FnMut(Event<'i>),
) -> Result<(), Error>
Expand description

Attempt to zero-copy parse the provided bytes, passing results to dispatch.