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