Crate cairo_take_until_unbalanced

Source

Functionsยง

take_until_unbalanced
A parser similar to nom::bytes::complete::take_until(), except that this one does not stop at balanced opening and closing tags. It is designed to work inside the nom::sequence::delimited() parser.