pub fn integer_list(i: I<'_>) -> IResult<I<'_>, Vec<u32>, ErrorTree<I<'_>>>
Parse bracket-delimited, comma-separated integers, e.g. [1,2,3].
[1,2,3]