Function root

Source
pub fn root<'a, E: ParseError<&'a str> + ContextError<&'a str> + FromExternalError<&'a str, ParseIntError> + Debug>(
    i: &'a str,
) -> IResult<&'a str, DataModel<'a>, E>
Expand description

The entrypoint to the crate this is internally calling data_model with a relaxed constraints of space padding on the start and the end