Function gix_config::parse::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
.