I've updated my nom dependency from 4.x to 5.x version and found that macro take_until_and_consume is deprecated. Changelog says:
"this can be replaced with
take_untilcombined withtake"
but I don't know how to emulate take_until_and_consume with them.
Has anyone encountered such a problem with version updating or does anyone know how to do this?
I mean this deprecated macro take_until_and_consume. And these new: take and take_until