Implementation of grep in rust through the CodeCrafters "Build Your Own grep" Challenge. Usage: echo "text" | ./run.sh -E "\w+x"