Use nom's complete
Function to Avoid Incomplete Errors
Show how using nom::bytes::complete::tag
prevents Incomplete errors which break the process if you only use nom::bytes::tag
-- end of line --