Function gix_config::parse::from_bytes
source · pub fn from_bytes<'a>(
input: &'a [u8],
dispatch: impl FnMut(Event<'a>)
) -> Result<(), Error>
Expand description
Attempt to zero-copy parse the provided bytes, passing results to dispatch
.